代码修改
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); //回更业务
|
||||||
@@ -132,7 +132,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
var isSuccessFul = false;
|
var isSuccessFul = false;
|
||||||
if (input.IsNull()) throw new ArgumentNullException("input");
|
if (input.IsNull()) throw new ArgumentNullException("input");
|
||||||
var signInput = input.Adapt<SignForDeliveryInput>();
|
var signInput = input.Adapt<SignForDeliveryInput>();
|
||||||
if(signInput.carryId.IsNotEmptyOrNull()) signInput.carryId = "";
|
if (signInput.carryId.IsNotEmptyOrNull()) signInput.carryId = "";
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await SignForDelivery(signInput);
|
await SignForDelivery(signInput);
|
||||||
|
|||||||
Reference in New Issue
Block a user