ソースを参照

黑名单bug调整

zhengbingbing 5 年 前
コミット
ef85d85868
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      代码/TVShoppingCallCenter_ZLJ/Controllers/Traffic/SetBlackListController.cs

+ 1 - 1
代码/TVShoppingCallCenter_ZLJ/Controllers/Traffic/SetBlackListController.cs

@@ -42,7 +42,7 @@ namespace TVShoppingCallCenter_ZLJ.Controllers.Traffic
42 42
                     ConditionalList = new List<KeyValuePair<WhereType, ConditionalModel>>()
43 43
                     {
44 44
                         new  KeyValuePair<WhereType, ConditionalModel>(WhereType.And, new ConditionalModel() { FieldName = "F_TelPhone", ConditionalType = ConditionalType.Like, FieldValue = key }),
45
-                        new  KeyValuePair<WhereType, ConditionalModel>( WhereType.Or, new ConditionalModel() { FieldName = "F_Remark", ConditionalType = ConditionalType.Like, FieldValue = key })
45
+                        new  KeyValuePair<WhereType, ConditionalModel>( WhereType.Or, new ConditionalModel() { FieldName = "F_Describe", ConditionalType = ConditionalType.Like, FieldValue = key })
46 46
                     }
47 47
                 });
48 48
             }