|
|
@ -523,8 +523,8 @@ namespace Myshipping.Application.Event
|
|
|
|
await repoCutomerOrder.AsUpdateable(custOrder).UpdateColumns(x => new { x.BookingId }).ExecuteCommandAsync();
|
|
|
|
await repoCutomerOrder.AsUpdateable(custOrder).UpdateColumns(x => new { x.BookingId }).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
|
|
//订舱编号和客户端BSNO
|
|
|
|
//订舱编号和客户端BSNO
|
|
|
|
ord.BSNO = item.GetStringValue("OrderId");
|
|
|
|
ord.BSNO = item.GetStringValue("orderId");
|
|
|
|
ord.CUSTNO = item.GetStringValue("CustNO");
|
|
|
|
ord.CUSTNO = item.GetStringValue("custNO");
|
|
|
|
await repoOrder.AsUpdateable(ord).UpdateColumns(x => new { x.BSNO, x.CUSTNO }).ExecuteCommandAsync();
|
|
|
|
await repoOrder.AsUpdateable(ord).UpdateColumns(x => new { x.BSNO, x.CUSTNO }).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
|
|
_logger.LogInformation($"生成了订舱台账数据 {ord.Id}");
|
|
|
|
_logger.LogInformation($"生成了订舱台账数据 {ord.Id}");
|
|
|
|