Commit e0194075 by guojuxing

协作人分页查询接口修改

parent 8d7454c0
package com.gic.auth.web.controller;
import com.gic.enterprise.utils.UserDetailUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
......@@ -21,6 +22,7 @@ public class CollaboratorController {
@RequestMapping("/list")
public RestResponse list(CollaboratorListQO params) {
params.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
return ResultControllerUtils.commonResult(collaboratorApiService.page(params));
}
}
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