员工入驻机构语句调整
This commit is contained in:
parent
aa9c072a58
commit
e4d23359aa
|
|
@ -19,6 +19,9 @@ import java.util.Date;
|
|||
public class OrgAllInfo implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**id*/
|
||||
private String id;
|
||||
|
||||
/**机构id*/
|
||||
private String orgId;
|
||||
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@
|
|||
inner join nu_biz_employees_org eo on d.org_code = eo.org_code
|
||||
<where>
|
||||
d.status = '1'
|
||||
and o.status = '2'
|
||||
and d.del_flag = '0'
|
||||
AND eo.open_id = #{openId}
|
||||
<if test="izHistory != null and izHistory != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue