mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-16 14:13:45 +08:00
代码生成列属性排序查询
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user