Ver Código Fonte

修改客户档案管理接口

machenyang 8 anos atrás
pai
commit
1a45a4acf6

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/customer/CustomerController.cs

@@ -262,7 +262,7 @@ namespace CallCenterApi.Interface.Controllers.customer
262 262
                     }
263 263
                     //string state = RequestString.GetQueryString("state");
264 264
 
265
-                    string sql = "update T_Cus_CustomerBase set F_DeleteFlag=1 where F_CustomerId in(" + idd.TrimEnd(',') + ")";
265
+                    string sql = "update T_Cus_CustomerBase set F_DeleteFlag=1 where F_CustomerId in (" + idd.TrimEnd(',') + ")";
266 266
                     if (!string.IsNullOrEmpty(idd.Trim()))
267 267
                     {
268 268
                         if (DbHelperSQL.ExecuteSql(sql) > 0)