| | |
| | | private final DataDictionaryCustomMapper dataDictionaryCustomMapper; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 质押恢复 |
| | | */ |
| | | @GetMapping("zhiyaAdd") |
| | | @RequiresPermissions("zhiyaAdd:view") |
| | | public String zhiyaAdd() { |
| | | return FebsUtil.view("modules/banner/zhiyaAdd"); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 邀请---列表 |
| | | */ |
| | | @GetMapping("inviteList") |
| | | @RequiresPermissions("inviteList:view") |
| | | public String inviteList() { |
| | | return FebsUtil.view("modules/banner/inviteList"); |
| | | } |
| | | |
| | | |
| | | public static long zhiyaID; |
| | | @GetMapping("zhiYaItem/{id}") |
| | | @RequiresPermissions("zhiYaItem:update") |
| | |
| | | DataDicEnum.GFA_DAYS.getValue() |
| | | ).getValue() |
| | | ); |
| | | coinSetVo.setZhiyaTime( |
| | | dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDicEnum.MEMBER_ZHIYA_TIME.getValue(), |
| | | DataDicEnum.MEMBER_ZHIYA_TIME.getValue() |
| | | ).getValue() |
| | | ); |
| | | coinSetVo.setZhiyaAmount( |
| | | dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDicEnum.MEMBER_ZHIYA_AMOUNT.getValue(), |
| | | DataDicEnum.MEMBER_ZHIYA_AMOUNT.getValue() |
| | | ).getValue() |
| | | ); |
| | | model.addAttribute("coinSetVo", coinSetVo); |
| | | asyncCjService.updateDataDicEnumRedis(DataDicEnum.GFA_ACHIEVE_OUT.getNameList()); |
| | | return FebsUtil.view("modules/banner/coinSet"); |