|
|
@@ -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)
|