diff --git a/src/main/resources/mapper/notify/NewIssureMapper.xml b/src/main/resources/mapper/notify/NewIssureMapper.xml index c47802b..64eeca6 100644 --- a/src/main/resources/mapper/notify/NewIssureMapper.xml +++ b/src/main/resources/mapper/notify/NewIssureMapper.xml @@ -69,6 +69,9 @@ AND a.site = #{query.site} + + AND a.push_wcs_flag = #{query.pushWcsFlag} + and a.status!='UNISSUE' order by a.notify_no desc