xiaoyong931011
2021-07-23 f3642777d395234ab33aa35f1f49a5c1ee9e9f15
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
1 files modified
2 ■■■ changed files
gc-order/src/main/java/com/xzx/gc/order/service/JhyOrderService.java 2 ●●● patch | view | raw | blame | history
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();