This commit is contained in:
帅凯 贾
2023-04-19 14:42:48 +08:00
parent efe0835c4e
commit 70ebea6292
3 changed files with 52 additions and 56 deletions

View File

@ -656,6 +656,7 @@ namespace Epost.DAL
usercode
);
long x = db.UpdateSql(upsql);
LogHelper.WriteLogInfo("修改当前标签拣货状态:" + upsql + ",成功条数:" + x + "");
if (x > 0)
return true;
return false;