From 5c8b3c96d83ff63df8fe6c416bed9171861a2bfd Mon Sep 17 00:00:00 2001 From: caihaohan Date: Fri, 19 Apr 2024 17:44:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=91=E5=AE=9A=E9=9B=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8=E8=BF=94=E5=9B=9EstandardType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jero/modules/laws/bindPart/mapper/xml/LawsBindPartMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/bindPart/mapper/xml/LawsBindPartMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/bindPart/mapper/xml/LawsBindPartMapper.xml index 98523b86..d020be3a 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/bindPart/mapper/xml/LawsBindPartMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/bindPart/mapper/xml/LawsBindPartMapper.xml @@ -32,6 +32,7 @@ bp.part_name, bp.doc_split_id, bp.standard_id, + bp.standard_type, standard.standard_number AS standardNo, standard.standard_name, GROUP_CONCAT(lbpd.clause_id ORDER BY split.item_num SEPARATOR ',') AS clauseIds,