|
|
@@ -113,7 +113,6 @@ public class QwUserController extends BaseController
|
|
|
@PreAuthorize("@ss.hasPermi('qw:user:staffList')")
|
|
|
@GetMapping("/staffList")
|
|
|
public TableDataInfo staffList(QwUserListParam qwUser) {
|
|
|
- startPage();
|
|
|
LoginUser loginUser = tokenService.getLoginUser(ServletUtils.getRequest());
|
|
|
qwUser.setCompanyId(loginUser.getCompany().getCompanyId());
|
|
|
// 添加部门查询条件
|
|
|
@@ -131,7 +130,7 @@ public class QwUserController extends BaseController
|
|
|
}
|
|
|
qwUser.setQwDeptIdList(qwDeptIdList);
|
|
|
}
|
|
|
-
|
|
|
+ startPage();
|
|
|
List<QwUserVO> list = qwUserService.selectQwUserListStaffVO(qwUser);
|
|
|
return getDataTable(list);
|
|
|
}
|