xiaoyong931011
2023-03-21 4a016569ba843620279fdeac26c90b7c33748217
src/main/java/cc/mrbird/febs/mall/controller/AdminSystemController.java
@@ -71,6 +71,10 @@
                DataDictionaryEnum.SCORE_CHANGE.getType(),
                DataDictionaryEnum.SCORE_CHANGE.getCode(),
                hlmScoreSetDto.getScoreChange());
        commonService.updateDataDic(
                DataDictionaryEnum.STAR_GET.getType(),
                DataDictionaryEnum.STAR_GET.getCode(),
                hlmScoreSetDto.getStarGet());
        return new FebsResponse().success();
    }