bug
This commit is contained in:
@@ -406,12 +406,7 @@ namespace Tnb.ProductionMgr
|
||||
List<PrdMaterialReceiptH> insertHList = new List<PrdMaterialReceiptH>();
|
||||
List<PrdMaterialReceiptD> insertDList = new List<PrdMaterialReceiptD>();
|
||||
string orgId = WmsWareHouseConst.AdministratorOrgId;
|
||||
string userId = WmsWareHouseConst.AdministratorUserId;
|
||||
if (_userManager != null && _userManager.GetUserInfo() != null && _userManager.GetUserInfo().Result!=null)
|
||||
{
|
||||
orgId = _userManager.GetUserInfo().Result.organizeId;
|
||||
userId = _userManager.UserId;
|
||||
}
|
||||
string userId = moTask.worker_id;
|
||||
foreach(string carryId in input.carryIds)
|
||||
{
|
||||
WmsCarryH carry = await db.Queryable<WmsCarryH>().SingleAsync(x => x.id == carryId);
|
||||
|
||||
Reference in New Issue
Block a user