江南行列表查询的bug
This commit is contained in:
parent
3cf0c68bfa
commit
9f9628a5d6
|
|
@ -65,8 +65,9 @@ public interface H5UserMapper {
|
|||
"</script>" )
|
||||
void updateH5User(H5UserDTO h5UserDTO);
|
||||
|
||||
|
||||
@ResultMap("h5UserMap")
|
||||
// "<if test=\"createBy != null and createBy.trim().length() > 0 \">" +
|
||||
// " and create_by = #{createBy} " +
|
||||
// "</if>" + @ResultMap("h5UserMap")
|
||||
@Select("<script>" +
|
||||
"select * from allowlist_detail " +
|
||||
"<where>" +
|
||||
|
|
@ -79,9 +80,7 @@ public interface H5UserMapper {
|
|||
"<if test=\"status != null \">" +
|
||||
" and status = #{status} " +
|
||||
"</if>" +
|
||||
"<if test=\"createBy != null and createBy.trim().length() > 0 \">" +
|
||||
" and create_by = #{createBy} " +
|
||||
"</if>" +
|
||||
|
||||
"</where>" +
|
||||
"<if test=\"orderBy != null\">" +
|
||||
"order by ${orderBy} " +
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
logging:
|
||||
level:
|
||||
root: DEBUG
|
||||
server:
|
||||
port: 13579
|
||||
compression:
|
||||
|
|
@ -19,29 +22,29 @@ spring:
|
|||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://192.168.0.142:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
# username: financial_prod
|
||||
# password: mmTFncqmDal5HLRGY0BV
|
||||
url: jdbc:mysql://10.127.2.207:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
username: financial_prod
|
||||
password: mmTFncqmDal5HLRGY0BV
|
||||
# url: jdbc:mysql://192.168.0.142:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
# username: financial_prod
|
||||
# password: mmTFncqmDal5HLRGY0BV
|
||||
url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: Xgf_8000
|
||||
redis:
|
||||
# host: 192.168.0.172
|
||||
# port: 6379
|
||||
# password: Xgf_redis
|
||||
host: 10.127.2.209
|
||||
# host: 192.168.0.172
|
||||
# port: 6379
|
||||
# password: Xgf_redis
|
||||
host: 123.60.153.169
|
||||
port: 6379
|
||||
password: dMrt4kmwiW6LDJXy
|
||||
password: Xgf_redis
|
||||
elasticsearch:
|
||||
scheme: http
|
||||
# 111.13.176.3 部署地址
|
||||
# 10.127.2.194 本地测试地址
|
||||
host: 10.127.2.194
|
||||
port: 9200
|
||||
enable: true
|
||||
username: elastic
|
||||
password: ZxE,3VM@Thk0
|
||||
scheme: http
|
||||
# 111.13.176.3 部署地址
|
||||
# 10.127.2.194 本地测试地址
|
||||
host: 111.13.176.3
|
||||
port: 9200
|
||||
enable: true
|
||||
username: elastic
|
||||
password: ZxE,3VM@Thk0
|
||||
mybatis:
|
||||
type-handlers-package:com.jinrui.reference.core.typehandler
|
||||
type-handlers-package:com.jinrui.reference.core.typehandler
|
||||
api:
|
||||
key: WBysu6N1z26AbA12l
|
||||
key: WBysu6N1z26AbA12l
|
||||
Loading…
Reference in New Issue