fix
Helius
2021-07-21 7af4486812698e3185b2a565b0871c775f927c0c
fix
1 files modified
2 ■■■ changed files
gc-order/src/main/java/com/xzx/gc/order/controller/ApiJhyOrderController.java 2 ●●● patch | view | raw | blame | history
gc-order/src/main/java/com/xzx/gc/order/controller/ApiJhyOrderController.java
@@ -84,7 +84,7 @@
    }
    @ApiOperation("订单状态数量")
    @PostMapping(value = "/orderStatusCnt")
    @PostMapping(value = "/jhy/order/orderStatusCnt")
    public JsonResult<Map<Integer, Integer>> orderStatusCnt(HttpServletRequest request) {
        return JsonResult.success(jhyOrderService.orderStatusCount(getUserId(request)));
    }