Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -82,9 +82,6 @@ namespace Tnb.WarehouseMgr
|
||||
loc.is_use = ((int)EnumCarryStatus.空闲).ToString();
|
||||
await _db.Updateable(loc).UpdateColumns(it => it.is_use).ExecuteCommandAsync();
|
||||
}
|
||||
carry.location_id = null;
|
||||
carry.location_code = null;
|
||||
await _db.Updateable(carry).UpdateColumns(it => new { it.location_id, it.location_code }).ExecuteCommandAsync();
|
||||
WmsDistaskH? disTask = null;
|
||||
if (!input.disTaskId.IsNullOrEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user