From c02f4452aafa7a69aa199cb3be89517c8a6ca811 Mon Sep 17 00:00:00 2001 From: liao Date: Fri, 3 Nov 2023 16:17:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=2077919=20=E6=96=B0=E5=A2=9E/=E7=BC=96?= =?UTF-8?q?=E8=BE=91-=E6=A0=87=E5=87=86=E9=80=89=E6=8B=A9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jero/modules/laws/common/mapper/xml/LawsCommonMapper.xml | 3 +++ .../modules/laws/common/vo/ManyStandardSelectionBoxVO.java | 3 +++ 2 files changed, 6 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/common/mapper/xml/LawsCommonMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/common/mapper/xml/LawsCommonMapper.xml index 21def785..c50c93f7 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/common/mapper/xml/LawsCommonMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/common/mapper/xml/LawsCommonMapper.xml @@ -59,6 +59,9 @@ AND id not in (select unique_relation_flag from laws_node_relation where node_code = #{vo.nodeCode}) + + AND standard_number NOT LIKE CONCAT('%', #{vo.excludeStandardNumbers}, '%') + ORDER BY create_time DESC