xucaiqin 1 ano atrás
pai
commit
e99dc92e85

+ 0 - 1
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/service/KwpLedgerLogisticsService.java

@@ -553,7 +553,6 @@ public class KwpLedgerLogisticsService extends AbsLedger {
             UpdateOrderStatusDto updateOrderStatusDto = new UpdateOrderStatusDto();
             updateOrderStatusDto.setOrderIds(kwpLedgerLogisticsOrders.stream().map(KwpLedgerLogisticsOrder::getLOrderId).toList());
             updateOrderStatusDto.setLogisticsOrderStatus(LogisticsOrderEnum.HAVE_RECONCILED);
-            updateOrderStatusDto.setUpdateById(LoginUserHolder.getUserId());
             updateOrderStatusDto.setUpdateBy(LoginUserHolder.getUserId());
             updateOrderStatusDto.setUpdateTime(LocalDateTime.now());
             HttpResult httpResult = transportRemoteService.logisticsOrderInitiateReconciliationUpdateStatus(updateOrderStatusDto);