@ -69,6 +69,9 @@
<if test="query.site != null and query.site != ''">
AND a.site = #{query.site}
</if>
<if test="query.pushWcsFlag != null and query.pushWcsFlag != ''">
AND a.push_wcs_flag = #{query.pushWcsFlag}
and a.status!='UNISSUE'
</where>
order by a.notify_no desc