| | |
| | | DataDictionaryEnum.SIGN_SCORE.getCode(), |
| | | hlmScoreSetDto.getSignScore()); |
| | | commonService.updateDataDic( |
| | | DataDictionaryEnum.SIGN_SCORE_DAYS.getType(), |
| | | DataDictionaryEnum.SIGN_SCORE_DAYS.getCode(), |
| | | hlmScoreSetDto.getSignScoreDays()); |
| | | commonService.updateDataDic( |
| | | DataDictionaryEnum.SIGN_SCORE_CNT.getType(), |
| | | DataDictionaryEnum.SIGN_SCORE_CNT.getCode(), |
| | | hlmScoreSetDto.getSignScoreCnt()); |
| | | commonService.updateDataDic( |
| | | DataDictionaryEnum.SCORE_PERCENT.getType(), |
| | | DataDictionaryEnum.SCORE_PERCENT.getCode(), |
| | | hlmScoreSetDto.getScorePercent()); |
| | |
| | | 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(); |
| | | } |
| | | |