Parcourir la Source

关键词搜索不限制限制

lihai il y a 5 ans
Parent
commit
e737de7e2e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      CallCenterCommon/CallCenter.Utility/KeywordSpliterHelper.cs

+ 1 - 1
CallCenterCommon/CallCenter.Utility/KeywordSpliterHelper.cs

@@ -32,7 +32,7 @@ namespace CallCenter.Utility
32 32
         public static string DoGetKeyword(string keyText)
33 33
         {
34 34
             if (String.IsNullOrEmpty(keyText)) return "";
35
-            if (JudgementStr(keyText)) return "";
35
+            //if (JudgementStr(keyText)) return "";
36 36
 
37 37
             LoadDict();
38 38
             LoadDictBaidu();