xucaiqin 1 년 전
부모
커밋
e99dc92e85
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      sckw-modules/sckw-payment/src/main/java/com/sckw/payment/service/KwpLedgerLogisticsService.java

+ 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);