gc-order/src/main/java/com/xzx/gc/order/service/JhyOrderService.java
@@ -92,7 +92,7 @@ } } List<JhyOrder> addressExist = jhyOrderMapper.selectJhyOrderListByStatus(StrUtil.split("1,2", ','), jhyOrder.getUserId()); List<JhyOrder> addressExist = jhyOrderMapper.selectJhyOrderListByStatus(StrUtil.split("1,2", ','), orderDto.getUserId()); if (CollUtil.isNotEmpty(addressExist)) { for (JhyOrder order : addressExist) { String orderAddr = order.getArea() + order.getAddress();