代码生成列属性排序查询

This commit is contained in:
RuoYi
2020-04-01 10:15:29 +08:00
parent ed04c24eb3
commit 8132ae0913
3 changed files with 3 additions and 4 deletions

View File

@@ -119,7 +119,6 @@ public class GenController extends BaseController
@PutMapping
public AjaxResult editSave(@Validated @RequestBody GenTable genTable)
{
System.out.println(genTable.getParams().size());
genTableService.validateEdit(genTable);
genTableService.updateGenTable(genTable);
return AjaxResult.success();