新增盘点任务模块
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user