xiaoyong931011
2023-03-21 b3b3987e17a80b4fe6bc29f3835429058eb2e0fc
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();
    }