This commit is contained in:
牛叉闪闪
2024-09-05 15:24:49 +08:00
parent e1bd478ae5
commit 13fedb841b
5 changed files with 10 additions and 6 deletions

View File

@@ -12,9 +12,6 @@ spring:
minIdle: 5
maxActive: 20
maxWait: 60000
logging:
level:
com.chaozhanggui.system.openness: info
redis:
# redis数据库索引默认为0我们使用索引为3的数据库避免和其他数据库冲突
database: 0
@@ -52,6 +49,7 @@ mybatis:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath:mapper/*.xml
subscribe:
message:
miniprogramState: trial

View File

@@ -10,7 +10,8 @@ logging:
# web日志
org.springframework.web: debug
# mybatis日志
org.mybatis: debug
mybits: DEBUG
org.apache.ibatis: DEBUG
charset:
# 输出控制台编码
console: UTF-8

View File

@@ -372,7 +372,7 @@
and telephone like concat("%",#{phone},"%")
</if>
<if test="isFlag != null and isFlag ='1' ">
<if test="isFlag != null ">
and amount &gt; 0
</if>