Commit 13cc92b7 authored by zhangsen's avatar zhangsen

renyuan paichu kong zhi

parent 12a80fc7
......@@ -2514,6 +2514,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
wrapper.eq(OrgUsr::getIsDelete, false);
wrapper.eq(OrgUsr::getBizOrgType, OrgPersonEnum.人员.getKey());
wrapper.isNotNull(OrgUsr::getAmosOrgId);
wrapper.ne(OrgUsr::getAmosOrgId, "");
wrapper.likeRight(OrgUsr::getBizOrgCode, company.getBizOrgCode());
return this.baseMapper.selectList(wrapper);
}
......
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