1.修改NewHosts 实体类
2.添加主播更新接口 3.修改mybatis配置处理类型为 simple
This commit is contained in:
@@ -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 # 全局逻辑删除的实体字段名
|
||||
|
||||
Reference in New Issue
Block a user