Explorar o código

修复条件限制

DuGuYang hai 1 ano
pai
achega
0dffa76b57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/HaoDa/HaoDaHelper.cs

+ 1 - 1
Util/HaoDa/HaoDaHelper.cs

@@ -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 "";
             }