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(); }