Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
YunaiV
2023-12-25 08:43:38 +08:00
70 changed files with 1152 additions and 425 deletions

View File

@ -188,6 +188,7 @@ logging:
cn.iocoder.yudao.module.trade.dal.mysql: debug
cn.iocoder.yudao.module.promotion.dal.mysql: debug
cn.iocoder.yudao.module.statistics.dal.mysql: debug
cn.iocoder.yudao.module.crm.dal.mysql: debug
debug: false

View File

@ -79,7 +79,17 @@ mybatis-plus:
password: XDV71a+xqStEA3WH # 加解密的秘钥,可使用 https://www.imaegoo.com/2020/aes-key-generator/ 网站生成
mybatis-plus-join:
banner: false # 关闭控制台的 Banner 打印
#是否打印 mybatis plus join banner 默认true
banner: false
#全局启用副表逻辑删除(默认true) 关闭后关联查询不会加副表逻辑删除
sub-table-logic: true
#拦截器MappedStatement缓存(默认true)
ms-cache: true
#表别名(默认 t)
table-alias: t
#副表逻辑删除条件的位置支持where、on
#默认ON 1.4.7.2及之前版本默认为where
logic-del-type: on
# Spring Data Redis 配置
spring: