Commit 536f9b05 authored by 王飞's avatar 王飞

Merge branch 'gaixiankang' into 'dev'

车企管理 -分页

See merge request !140
parents 6e731c28 02888ff9
......@@ -46,7 +46,7 @@ public class AutomobileEnterpriseController extends BaseController
@PostMapping("/list")
public TableDataInfo<AutomobileEnterprise> list(@Validated @RequestBody AutomobileEnterpriseListRequest request)
{
startPage();
startPage(request);
List<AutomobileEnterprise> list = automobileEnterpriseService.selectAutomobileEnterpriseList(request);
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