gc-order/src/main/java/com/xzx/gc/order/service/JhyOrderService.java
@@ -237,8 +237,8 @@ distribService.distribRecord(order.getId(), order.getUserId()); } public Map<Integer, Integer> orderStatusCount(String userId) { List<JhyStatusCountVo> count = jhyOrderMapper.selectOrderStatusCount(userId); public Map<Integer, Integer> orderStatusCount(Integer type, String userId) { List<JhyStatusCountVo> count = jhyOrderMapper.selectOrderStatusCount(type, userId); Map<Integer, Integer> map = new HashMap<>(); for (int i = 1; i < 6; i++) {