新增盘点任务模块

This commit is contained in:
alex
2023-07-26 13:31:13 +08:00
parent acf1d9f94a
commit 1f0f302489
8 changed files with 509 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ namespace Tnb.WarehouseMgr
wmsCarryReplaceH.modify_id = null;
wmsCarryReplaceH.modify_time = null;
row = await _db.Insertable(wmsCarryReplaceH).ExecuteCommandAsync();
row = await UpdateNullCarry(oldCarry).Unwrap();
row = await await UpdateNullCarry(oldCarry);
isOk = (row > 0);
if (!isOk) throw Oops.Oh(ErrorCode.COM1001);
}