xiaoyong931011
2023-01-12 0e56d2261990ffd7a93ca09068e70fa39d4b19cb
src/main/java/cc/mrbird/febs/mall/controller/ViewSystemController.java
@@ -118,6 +118,12 @@
        if (ObjectUtil.isNotEmpty(subsidyPercentDic)) {
            adminSystemSettingVo.setSubsidyPercent(subsidyPercentDic.getValue());
        }
        DataDictionaryCustom allBuyTimesDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode(
                DataDictionaryEnum.ALL_BUY_TIMES.getType(),
                DataDictionaryEnum.ALL_BUY_TIMES.getCode());
        if (ObjectUtil.isNotEmpty(allBuyTimesDic)) {
            adminSystemSettingVo.setAllBuyTimes(allBuyTimesDic.getValue());
        }
        model.addAttribute("adminSystemSettingVo", adminSystemSettingVo);
        return FebsUtil.view("modules/system/systemSetting");
    }