修改备注

This commit is contained in:
2023-06-20 09:49:34 +08:00
parent b72d42d8d9
commit 595eed165c
2 changed files with 2 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ namespace Tnb.WarehouseMgr
handleH.create_id = _userManager.UserId;
handleH.create_time = DateTime.Now;
preTaskUpInput.PreTaskRecord = handleH;
//根据载具出Id回更单据状态
//根据载具出Id回更单据状态
await _db.Updateable<WmsEmptyOutstockH>().SetColumns(it => new WmsEmptyOutstockH { status = WmsWareHouseConst.BILLSTATUS_ON_ID }).Where(it => it.id == preTaskUpInput.RquireId).ExecuteCommandAsync();
await _wareHouseService.GenInStockTaskHandleAfter(preTaskUpInput,