소스 검색

merge brave2chen pr

hubin 7 년 전
부모
커밋
a03dd47e7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mybatis-plus-generator/src/main/resources/templates/controller.java.ftl

+ 1 - 1
mybatis-plus-generator/src/main/resources/templates/controller.java.ftl

@@ -33,7 +33,7 @@ class ${table.controllerName}<#if superControllerClass??> : ${superControllerCla
 public class ${table.controllerName} extends ${superControllerClass} {
 <#else>
 public class ${table.controllerName} {
+</#if>
 
 }
 </#if>
-</#if>