|
|
@ -101,6 +101,12 @@
|
|
|
|
<if test="invAlert != null">
|
|
|
|
<if test="invAlert != null">
|
|
|
|
and icob.invAlert = #{invAlert}
|
|
|
|
and icob.invAlert = #{invAlert}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="isMatching != null">
|
|
|
|
|
|
|
|
and sys_workplace_document.isMatching = #{isMatching}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="inAndOutType != null">
|
|
|
|
|
|
|
|
and sys_workplace_document.inAndOutType = #{inAndOutType}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="invAlerts != null and invAlerts.size() > 0">
|
|
|
|
<if test="invAlerts != null and invAlerts.size() > 0">
|
|
|
|
and icob.invAlert in
|
|
|
|
and icob.invAlert in
|
|
|
|
<foreach collection="invAlerts" item="item" index="index" separator="," open="(" close=")">
|
|
|
|
<foreach collection="invAlerts" item="item" index="index" separator="," open="(" close=")">
|
|
|
|