Commit b3c4f55c by guanzhenshan

修复bug

parent e8746425
......@@ -5741,7 +5741,7 @@ group by currency";
// return "删除失败,找不到该记录。";
//}
var result = cn.Execute("update dc_month_sale_profit_details set delstatus=1,lastupdatetime='" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + "',lastupdateuserid=" + uid + ",lastupdateusername='" + username + "' where id in (" + string.Join(",",id));
var result = cn.Execute("update dc_month_sale_profit_details set delstatus=1,lastupdatetime='" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") + "',lastupdateuserid=" + uid + ",lastupdateusername='" + username + "' where id in (" + string.Join(",",id)+")");
if (result > 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment