|
|
|
@ -359,7 +359,8 @@ namespace Myshipping.Application
|
|
|
|
|
it.LstShipOrderCompareId,
|
|
|
|
|
it.LstShipOrderCompareDate,
|
|
|
|
|
it.LstShipOrderCompareRlt,
|
|
|
|
|
it.LstShipOrderCompareRltName
|
|
|
|
|
it.LstShipOrderCompareRltName,
|
|
|
|
|
it.LstShipOrderCompareMode
|
|
|
|
|
}).ExecuteCommandAsync();
|
|
|
|
|
//记录日志
|
|
|
|
|
|
|
|
|
@ -975,7 +976,8 @@ namespace Myshipping.Application
|
|
|
|
|
it.CreatedUserName,
|
|
|
|
|
it.LstShipOrderCompareId,
|
|
|
|
|
it.LstShipOrderCompareDate,
|
|
|
|
|
it.LstShipOrderCompareRltName
|
|
|
|
|
it.LstShipOrderCompareRltName,
|
|
|
|
|
it.LstShipOrderCompareMode
|
|
|
|
|
}).ExecuteCommandAsync();
|
|
|
|
|
var ctnlist = await _repCtn.AsQueryable().Where(x => x.BILLID == main.Id).Select(x => x.Id).ToListAsync();
|
|
|
|
|
await _repCtn.DeleteAsync(x => x.BILLID == main.Id);
|
|
|
|
|