载具条码增加仓库ID

This commit is contained in:
FanLian
2023-08-04 15:31:28 +08:00
parent 53c9f6619d
commit 67dc22f9b9
3 changed files with 3 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ namespace Tnb.WarehouseMgr
x.carry_id = input.data[nameof(WmsHandleH.carry_id)].ToString()!;
x.create_id = _userManager.UserId;
x.create_time = DateTime.Now;
x.warehouse_id = input.data[nameof(InStockStrategyQuery.warehouse_id)].ToString()!;
});
await _db.Insertable(carryCodes).ExecuteCommandAsync();
}