Kaynağa Gözat

关键词搜索不限制限制

lihai 5 yıl önce
ebeveyn
işleme
e737de7e2e

+ 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();