|
@@ -794,7 +794,7 @@ namespace MySystem
|
|
|
{
|
|
|
Dictionary<string, string> file = new Dictionary<string, string>();
|
|
|
file.Add("fileName", value.Substring(value.LastIndexOf("/")).Trim('/'));
|
|
|
- if (!string.IsNullOrEmpty(value.Split(',')[0]))
|
|
|
+ if (string.IsNullOrEmpty(value.Split(',')[0]))
|
|
|
{
|
|
|
return "";
|
|
|
}
|