若依 2.0

master
RuoYi 6 years ago committed by Limy
parent 659291e054
commit 874f8b6080

@ -4,7 +4,7 @@
<head th:include="include :: header"></head>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-${classname}-edit" th:object="${config}">
<form class="form-horizontal m" id="form-${classname}-edit" th:object="${classname}">
<input id="${primaryKey.attrname}" name="${primaryKey.attrname}" th:field="*${${primaryKey.attrname}}" type="hidden">
#foreach($column in $columns)
#if($column.columnName != $primaryKey.columnName)

@ -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})
{

Loading…
Cancel
Save