lisy
2023-07-07 942bd1345a126d6c088ad5c89f58856f9c172ce5
cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -146,7 +146,7 @@
            @ApiImplicitParam(value = "年月", name = "yearMonth", required = true, dataType = "string"),
            @ApiImplicitParam(value = "记录id", name = "recordId", required = true, dataType = "int"),
    })
    public ResultUtil<BillingDetailsVo> getUserBillingDetails(@RequestBody String yearMonth,@RequestBody Integer recordId){
    public ResultUtil<BillingDetailsVo> getUserBillingDetails( String yearMonth, Integer recordId){
        try {
            Integer appUserId = tokenUtil.getUserIdFormRedis();
            if(null == appUserId){