xiaoyong931011
2023-03-17 8c0e05115a9b9761e90a864d8d3110e7a9003b04
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();
    }