update 重命名 菜单字段 query -> query_param 解决系统关键字问题

This commit is contained in:
疯狂的狮子li
2022-03-11 13:40:01 +08:00
parent ae376e121d
commit e418c2efe4
6 changed files with 8 additions and 11 deletions

View File

@@ -242,8 +242,6 @@ mybatis-plus:
insertStrategy: NOT_NULL
updateStrategy: NOT_NULL
where-strategy: NOT_NULL
# 对 mysql 的字段做格式化 防止出现系统关键字
column-format: "`%s`"
# swagger配置
swagger: