Explorar el Código

修复条件限制

DuGuYang hace 1 año
padre
commit
0dffa76b57
Se han modificado 1 ficheros con 1 adiciones y 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 "";
             }