Explorar el Código

修改客户档案管理接口

machenyang %!s(int64=8) %!d(string=hace) años
padre
commit
1a45a4acf6

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

262
                     }
262
                     }
263
                     //string state = RequestString.GetQueryString("state");
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
                     if (!string.IsNullOrEmpty(idd.Trim()))
266
                     if (!string.IsNullOrEmpty(idd.Trim()))
267
                     {
267
                     {
268
                         if (DbHelperSQL.ExecuteSql(sql) > 0)
268
                         if (DbHelperSQL.ExecuteSql(sql) > 0)