1.修改NewHosts 实体类

2.添加主播更新接口
3.修改mybatis配置处理类型为 simple
This commit is contained in:
2025-07-18 15:20:56 +08:00
parent 01e91d252c
commit 23e5fcdde6
3 changed files with 106 additions and 44 deletions

View File

@@ -49,7 +49,7 @@ mybatis-plus:
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl
log-sql:
default-executor-type: batch
default-executor-type: simple
global-config:
db-config:
logic-delete-field: isDelete # 全局逻辑删除的实体字段名