Commit 3871530a by tyk

经验交流代码提交

parent 01e22891
...@@ -118,6 +118,7 @@ public class JygxSyController extends BaseController ...@@ -118,6 +118,7 @@ public class JygxSyController extends BaseController
@GetMapping("/syss") @GetMapping("/syss")
public TableDataInfo syss(JygxWzgl jygxWzgl) public TableDataInfo syss(JygxWzgl jygxWzgl)
{ {
startPage();
List<JygxWzgl> list = jygxWzglService.selectsyssList(jygxWzgl); List<JygxWzgl> list = jygxWzglService.selectsyssList(jygxWzgl);
return getDataTable(list); return getDataTable(list);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment