Explorar el Código

关键词搜索不限制限制

lihai %!s(int64=5) %!d(string=hace) años
padre
commit
e737de7e2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();