|
|
@ -82,6 +82,9 @@ public class BaseMiddlemanService extends MybatisBaseService<BaseMiddlemanMapper |
|
|
|
orgPath = sysStaffOrgFeign.getOrgSidByPath(params.getOrgPath()).getData(); |
|
|
|
qw.eq("useOrgSid", orgPath); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(params.getUserSid())) { |
|
|
|
qw.eq("createBySid", params.getUserSid()); |
|
|
|
} |
|
|
|
} |
|
|
|
IPage<BaseMiddlemanVo> pagging = baseMapper.selectPageVo(page, qw, params.getName()); |
|
|
|
PagerVo<BaseMiddlemanVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|