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