改bug
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Tnb.WarehouseMgr
|
||||
//载具加锁,增加库位信息
|
||||
await _db.Updateable<WmsCarryH>().SetColumns(it => new WmsCarryH
|
||||
{
|
||||
carry_status = (int)EnumCarryStatus.占用,
|
||||
carry_status = ((int)EnumCarryStatus.占用).ToString(),
|
||||
is_lock = 1,
|
||||
location_id = input.data[nameof(WmsTransfer.startlocation_id)].ToString(),
|
||||
location_code = location.location_code
|
||||
|
||||
Reference in New Issue
Block a user