fix:自定义sql中表名带前缀

kingbase
wangxy 10 months ago
parent b3e9cb6208
commit e67d2fab39

@ -84,9 +84,9 @@ mybatis-plus:
global-config: global-config:
db-config: db-config:
# 表名前缀 # 表名前缀
table-prefix: zhky."public". table-prefix: public.
configuration-properties: configuration-properties:
prefix: zhky."public". # 自定义sql中表名带前缀 prefix: public. # 自定义sql中表名带前缀
# PageHelper分页插件 # PageHelper分页插件
pagehelper: pagehelper:

Loading…
Cancel
Save