bug
This commit is contained in:
@@ -651,9 +651,9 @@ namespace Tnb.ProductionMgr
|
||||
carry_code = carry.carry_code,
|
||||
// remark = input.remark,
|
||||
mbom_process_id = moTask.mbom_process_id,
|
||||
create_id = _userManager.UserId,
|
||||
create_id = userId,
|
||||
create_time = DateTime.Now,
|
||||
org_id = _userManager.GetUserInfo().Result.organizeId
|
||||
org_id = orgId
|
||||
};
|
||||
insertFHList.Add(prdFeedingH);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user