员工入驻机构语句调整

This commit is contained in:
曹磊 2026-02-24 15:21:48 +08:00
parent aa9c072a58
commit e4d23359aa
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ import java.util.Date;
public class OrgAllInfo implements Serializable { public class OrgAllInfo implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**id*/
private String id;
/**机构id*/ /**机构id*/
private String orgId; private String orgId;

View File

@ -100,6 +100,7 @@
inner join nu_biz_employees_org eo on d.org_code = eo.org_code inner join nu_biz_employees_org eo on d.org_code = eo.org_code
<where> <where>
d.status = '1' d.status = '1'
and o.status = '2'
and d.del_flag = '0' and d.del_flag = '0'
AND eo.open_id = #{openId} AND eo.open_id = #{openId}
<if test="izHistory != null and izHistory != ''"> <if test="izHistory != null and izHistory != ''">