代码修改
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
loginType = "web",
|
loginType = "web",
|
||||||
bizTypeId = disTask.biz_type,
|
bizTypeId = disTask.biz_type,
|
||||||
requireId = disTask!.require_id!,
|
requireId = disTask!.require_id!,
|
||||||
carryIds = new List<string> { input.carryId },
|
carryIds = new List<string> { carry!.id },
|
||||||
distaskCodes = input.distaskCodes
|
distaskCodes = input.distaskCodes
|
||||||
};
|
};
|
||||||
await DoUpdate(upInput); //回更业务
|
await DoUpdate(upInput); //回更业务
|
||||||
|
|||||||
Reference in New Issue
Block a user