|
|
|
@ -869,7 +869,7 @@ namespace DS.WMS.Core.TaskInteraction.Method
|
|
|
|
|
//删除提交货物状态
|
|
|
|
|
var goodsStatus = TenantDb.Queryable<BookingGoodsStatus>().First(x => x.StatusCode == "TIJIAO" && x.BusinessId == request.BusinessId);
|
|
|
|
|
if (goodsStatus != null)
|
|
|
|
|
await TenantDb.Updateable(goodsStatus).ExecuteCommandAsync();
|
|
|
|
|
await TenantDb.Deleteable(goodsStatus).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
var order = TenantDb.Queryable<SeaExport>().Filter(null, true).First(x => x.Id == request.BusinessId);
|
|
|
|
|
var oldOrder = order.Adapt<SeaExport>();
|
|
|
|
|