修改bug

This commit is contained in:
yangjun 2025-04-30 15:13:12 +08:00
parent 8ce971a6fb
commit 45013d350b
2 changed files with 5 additions and 3 deletions

View File

@ -237,8 +237,10 @@ public class XxhbjwxtjxrwController extends JeecgController<Xxhbjwxtjxrw, IXxhbj
if(StringUtils.isNotBlank(xxhbjwxtjxrw.getZjxnxq())){
queryWrapper.eq(StringUtils.isNotBlank(xxhbjwxtjxrw.getZjxnxq()),"concat(xn,xqmc)",xxhbjwxtjxrw.getZjxnxq());
}else if(StringUtils.equals(xnxq,"0")){
String dqxq = commonApi.translateDict("dqxq","1");
queryWrapper.eq("concat(xn,xqmc)",dqxq);
if(StringUtils.isEmpty(xxhbjwxtjxrw.getXn())){
String dqxq = commonApi.translateDict("dqxq","1");
queryWrapper.eq("concat(xn,xqmc)",dqxq);
}
}

View File

@ -179,7 +179,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置
redis:
database: 0
database: 3
host: 127.0.0.1
port: 6379
password: ''