| | |
| | | footImgUrl.setCode(footDataDTO.getFootImgUrl()); |
| | | systemDictDataBiz.updateById(footImgUrl); |
| | | } |
| | | SystemDictData footImgUrl2 = systemDictDataBiz.queryByCode(Constants.SYSTEM, Constants.FOOT_IMGURL2); |
| | | if (Objects.nonNull(footImgUrl2)) { |
| | | footImgUrl2.setCode(footDataDTO.getFootImgUrl2()); |
| | | systemDictDataBiz.updateById(footImgUrl2); |
| | | } |
| | | |
| | | SystemDictData linkPhone = systemDictDataBiz.queryByCode(Constants.SYSTEM, Constants.LINK_PHONE); |
| | | if (Objects.nonNull(linkPhone)) { |
| | |
| | | systemDictDataBiz.updateById(wisdomSystem); |
| | | } |
| | | SystemDictData honors = systemDictDataBiz.queryByCode(Constants.SYSTEM, Constants.HONORS); |
| | | if (Objects.nonNull(wisdomSystem)&&Objects.nonNull(footDataDTO.getHonors())) { |
| | | wisdomSystem.setCode(footDataDTO.getHonors().toString()); |
| | | systemDictDataBiz.updateById(wisdomSystem); |
| | | if (Objects.nonNull(honors)&&Objects.nonNull(footDataDTO.getHonors())) { |
| | | honors.setCode(footDataDTO.getHonors().toString()); |
| | | systemDictDataBiz.updateById(honors); |
| | | } |
| | | } |
| | | |