zhoufan лет назад: 7
Родитель
Сommit
a79042eae0

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -164,7 +164,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
164 164
                 }
165 165
                 if (strtel.Trim() != "" && strtel != "undefined")
166 166
                 {
167
-                    sql += " and F_Phone like '%" + strtel + "%' ";
167
+                    sql += " and F_CusPhone like '%" + strtel + "%' ";
168 168
                 }
169 169
                 if (strarea.Trim() != "" && strarea != "undefined")
170 170
                 {