Browse Source

bug

master
cgx 5 months ago
parent
commit
f71154ea95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/alUser/service/impl/IndexServiceImpl.java

+ 1
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/alUser/service/impl/IndexServiceImpl.java View File

@ -54,7 +54,7 @@ public class IndexServiceImpl implements IndexService {
jsonObject.put("my", hanHaiMember); jsonObject.put("my", hanHaiMember);
//清关背景图 //清关背景图
QueryWrapper<TbConf> queryWrapper = new QueryWrapper<>(); QueryWrapper<TbConf> queryWrapper = new QueryWrapper<>();
objectQueryWrapper.eq("name", "sys_pic_qg");
queryWrapper.eq("name", "sys_pic_qg");
TbConf pic = tbConfService.getOne(queryWrapper); TbConf pic = tbConfService.getOne(queryWrapper);
jsonObject.put("pic", ValidateTool.isNull(pic) ? "https://dianpin-img.xzaiyp.top/temp/组478612x_1730704228537.png" : pic.getValue()); jsonObject.put("pic", ValidateTool.isNull(pic) ? "https://dianpin-img.xzaiyp.top/temp/组478612x_1730704228537.png" : pic.getValue());


Loading…
Cancel
Save