Commit 3ad06b1d authored by 盖献康's avatar 盖献康

bug(70370) - 车企管理分页

parent 658c90b6
......@@ -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