| | |
| | | subsidyPercentDic.setValue(subsidyPercent); |
| | | dataDictionaryCustomMapper.updateById(subsidyPercentDic); |
| | | |
| | | String allBuyTimes = StrUtil.isEmpty(adminSystemSettingVo.getAllBuyTimes()) ? "0" : adminSystemSettingVo.getAllBuyTimes(); |
| | | DataDictionaryCustom allBuyTimesDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.ALL_BUY_TIMES.getType(), |
| | | DataDictionaryEnum.ALL_BUY_TIMES.getCode()); |
| | | allBuyTimesDic.setValue(allBuyTimes); |
| | | dataDictionaryCustomMapper.updateById(allBuyTimesDic); |
| | | |
| | | return new FebsResponse().success(); |
| | | } |
| | | } |