修改人车管理
This commit is contained in:
parent
68eee52a4e
commit
f4534302e2
|
|
@ -32,6 +32,7 @@ public class TeamManageController extends BaseController {
|
||||||
@PostMapping("getTeamLists")
|
@PostMapping("getTeamLists")
|
||||||
@Log(title = "人员管理", menu = "人员管理->人员管理", grade = OperationType.QUERY_BUSINESS, details = "查询人员", type = "业务日志")
|
@Log(title = "人员管理", menu = "人员管理->人员管理", grade = OperationType.QUERY_BUSINESS, details = "查询人员", type = "业务日志")
|
||||||
public TableDataInfo getTeamLists(TeamManageVo vo) {
|
public TableDataInfo getTeamLists(TeamManageVo vo) {
|
||||||
|
|
||||||
startPage();
|
startPage();
|
||||||
List<TeamManageVo> list = service.getTeamLists(vo);
|
List<TeamManageVo> list = service.getTeamLists(vo);
|
||||||
return getDataTable(list);
|
return getDataTable(list);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue