载具条码增加仓库ID
This commit is contained in:
@@ -449,6 +449,7 @@ namespace Tnb.WarehouseMgr
|
||||
x.id = SnowflakeIdHelper.NextId();
|
||||
x.is_out = 0;
|
||||
x.carry_id = instock!.carry_id!;
|
||||
x.warehouse_id = instock!.warehouse_id!;
|
||||
});
|
||||
await _db.Insertable(carryCodes).ExecuteCommandAsync();
|
||||
await _wareHouseService.GenInStockTaskHandleAfter(preTaskUpInput,
|
||||
|
||||
Reference in New Issue
Block a user