|
@@ -3683,7 +3683,7 @@ public class KwtAcceptCarriageOrderService {
|
|
|
kwtLogisticsOrder.setStartTime(Objects.isNull(orderDTO.getStartTime()) ?
|
|
kwtLogisticsOrder.setStartTime(Objects.isNull(orderDTO.getStartTime()) ?
|
|
|
null : DateUtil.localDateToLocalDateTimeStart(orderDTO.getStartTime()));
|
|
null : DateUtil.localDateToLocalDateTimeStart(orderDTO.getStartTime()));
|
|
|
kwtLogisticsOrder.setEndTime(Objects.isNull(orderDTO.getEndTime()) ?
|
|
kwtLogisticsOrder.setEndTime(Objects.isNull(orderDTO.getEndTime()) ?
|
|
|
- null : orderDTO.getEndTime().atTime(LocalTime.MAX));
|
|
|
|
|
|
|
+ null : orderDTO.getEndTime().atTime(23, 59, 59));
|
|
|
BigDecimal decimal = BigDecimal.ZERO ;
|
|
BigDecimal decimal = BigDecimal.ZERO ;
|
|
|
kwtLogisticsOrder.setSubcontractAmount(decimal);
|
|
kwtLogisticsOrder.setSubcontractAmount(decimal);
|
|
|
kwtLogisticsOrder.setEntrustAmount(decimal);
|
|
kwtLogisticsOrder.setEntrustAmount(decimal);
|