|
@@ -3225,9 +3225,9 @@ public class KwtWaybillOrderV1Service {
|
|
|
List<KwtGatekeeperWaybillOrder> gatekeeperList = gatekeeperWaybillOrderRepository.queryGatekeeperWaybillOrderByWOrderIds(wOrderId);
|
|
List<KwtGatekeeperWaybillOrder> gatekeeperList = gatekeeperWaybillOrderRepository.queryGatekeeperWaybillOrderByWOrderIds(wOrderId);
|
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(gatekeeperList)) {
|
|
if (CollectionUtils.isNotEmpty(gatekeeperList)) {
|
|
|
- gatekeeperMap = gatekeeperList.stream()
|
|
|
|
|
- .collect(Collectors.groupingBy(KwtGatekeeperWaybillOrder::getWOrderId));
|
|
|
|
|
|
|
+ gatekeeperMap = gatekeeperList.stream().collect(Collectors.groupingBy(KwtGatekeeperWaybillOrder::getWOrderId));
|
|
|
}
|
|
}
|
|
|
|
|
+ log.info("门卫订单查询完成,result: {}", JSON.toJSONString(gatekeeperList));
|
|
|
|
|
|
|
|
// 转换为响应对象
|
|
// 转换为响应对象
|
|
|
log.debug("开始转换为响应对象");
|
|
log.debug("开始转换为响应对象");
|