Browse Source

fixed issues IG636

= 7 years ago
parent
commit
30b04e059e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/serviceImpl.java.vm

+ 1 - 1
src/main/resources/templates/serviceImpl.java.vm

@@ -14,8 +14,8 @@ import org.springframework.stereotype.Service;
  * @author ${author}
  * @author ${author}
  * @since ${date}
  * @since ${date}
  */
  */
-#if(${kotlin})
 @Service
 @Service
+#if(${kotlin})
 open class ${table.serviceImplName} : ${superServiceImplClass}<${table.mapperName}, ${entity}>(), ${table.serviceName} {
 open class ${table.serviceImplName} : ${superServiceImplClass}<${table.mapperName}, ${entity}>(), ${table.serviceName} {
 
 
 }
 }