Explorar el Código

黑名单bug调整

zhengbingbing %!s(int64=5) %!d(string=hace) años
padre
commit
ef85d85868

+ 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
             }