mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fixed ControllerGenerator.java error
This commit is contained in:
parent
82d6d4b835
commit
45b2308cd6
@ -59,7 +59,7 @@ public class ControllerGenerator implements IGenerator {
|
|||||||
table.buildControllerClassName() + ".java");
|
table.buildControllerClassName() + ".java");
|
||||||
|
|
||||||
|
|
||||||
if (controllerJavaFile.exists() && controllerConfig.isOverwriteEnable()) {
|
if (controllerJavaFile.exists() && !controllerConfig.isOverwriteEnable()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user