优化
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
WmsCarrybindCode wmsCarrybindCode = new();
|
||||
wmsCarrybindCode.id = SnowflakeIdHelper.NextId();
|
||||
wmsCarrybindCode.org_id = subCarry?.org_id!;
|
||||
wmsCarrybindCode.org_id = (subCarry != null && subCarry.org_id != null) ? subCarry.org_id : _userManager.User.OrganizeId;
|
||||
wmsCarrybindCode.carrybind_id = input.data["ReturnIdentity"]?.ToString()!;
|
||||
wmsCarrybindCode.material_id = items[i].material_id;
|
||||
wmsCarrybindCode.material_code = items[i].material_code;
|
||||
|
||||
Reference in New Issue
Block a user