mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
feat: 重构 DynamicSchemaProcessor,添加 table 参数; close #I88REA
This commit is contained in:
parent
f5b9f37dbf
commit
90d6bc1051
@ -45,7 +45,7 @@ try{
|
||||
```java
|
||||
TableManager.setDynamicSchemaProcessor(new DynamicSchemaProcessor() {
|
||||
@Override
|
||||
public String process(String schema) {
|
||||
public String process(String schema, String table) {
|
||||
return schema + "_01";
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user