Explorar o código

修复命名错误

zhouhao %!s(int64=7) %!d(string=hai) anos
pai
achega
fdae1b2c01

+ 1 - 1
hsweb-system/hsweb-system-template/hsweb-system-template-controller/src/main/java/org/hswebframework/web/controller/template/TempalteController.java

@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RestController;
 @RequestMapping("${hsweb.web.mappings.template:template}")
 @Authorize(permission = "template")
 @AccessLogger("模板")
-public class TempalteController implements SimpleGenericEntityController<TemplateEntity, String, QueryParamEntity> {
+public class TemplateController implements SimpleGenericEntityController<TemplateEntity, String, QueryParamEntity> {
 
     private TemplateService templateService;