|
@@ -123,7 +123,7 @@
|
|
|
|
|
|
<sql id="queryCondition">
|
|
|
<where>
|
|
|
- er.status_='AUDIT_PASS'
|
|
|
+ er.status_ IN ('AUDIT_PASS', 'AUDIT_WAIT')
|
|
|
<if test="organIds!=null">
|
|
|
AND er.organ_id_ IN
|
|
|
<foreach collection="organIds" item="organI" separator="," open="(" close=")">
|