Browse Source

修复条件限制

DuGuYang 1 year ago
parent
commit
0dffa76b57
1 changed files with 1 additions and 1 deletions
  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 "";
             }