From 86b366884e692b62853e68443c1cfeed5b8c7065 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Tue, 30 Dec 2025 10:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E7=8A=B6=E6=80=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/notify/NewIssureMapper.xml | 3 +++ 1 file changed, 3 insertions(+) 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