Commit f37e160e by jinxin

通讯录列表导出接口优化

parent fde74b46
......@@ -462,7 +462,7 @@ public class StaffController extends WebBaseController {
* @Description 会员导出
*/
@RequestMapping("staff-export")
public HaobanResponse staffExport(HttpServletRequest request, HttpServletResponse response, @RequestBody StaffListQO qo) {
public HaobanResponse staffExport(HttpServletRequest request, HttpServletResponse response,StaffListQO qo) {
WebLoginDTO login = AuthWebRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId();
String departmentId = qo.getDepartmentId();
......
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