From 874f8b6080e27cc5d91d1fc836a99bc805411724 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 2 Jul 2018 14:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/vm/html/edit.html.vm | 2 +- src/main/resources/templates/vm/java/Controller.java.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/vm/html/edit.html.vm b/src/main/resources/templates/vm/html/edit.html.vm index d6bb5958..e98486d5 100644 --- a/src/main/resources/templates/vm/html/edit.html.vm +++ b/src/main/resources/templates/vm/html/edit.html.vm @@ -4,7 +4,7 @@
-
+ #foreach($column in $columns) #if($column.columnName != $primaryKey.columnName) diff --git a/src/main/resources/templates/vm/java/Controller.java.vm b/src/main/resources/templates/vm/java/Controller.java.vm index be1f1b72..35b36fb6 100644 --- a/src/main/resources/templates/vm/java/Controller.java.vm +++ b/src/main/resources/templates/vm/java/Controller.java.vm @@ -42,7 +42,7 @@ public class ${className}Controller extends BaseController * 查询${tableComment}列表 */ @RequiresPermissions("${moduleName}:${classname}:list") - @@PostMapping("/list") + @PostMapping("/list") @ResponseBody public TableDataInfo list(${className} ${classname}) {