From 88bbfcc60708f6d2e9f99e77c4571884f823cc4c Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Tue, 18 Jun 2024 17:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervision/mapper/leaflet/mapping/WarningLeafletMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/mapper/leaflet/mapping/WarningLeafletMapper.xml b/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/mapper/leaflet/mapping/WarningLeafletMapper.xml index 919bac020..83c145c5f 100644 --- a/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/mapper/leaflet/mapping/WarningLeafletMapper.xml +++ b/pqs-supervision/supervision-boot/src/main/java/com/njcn/supervision/mapper/leaflet/mapping/WarningLeafletMapper.xml @@ -16,6 +16,7 @@ when 4 then (select dept_id FROM supervision_survey_test where id=problem_id) else null end ) as duty_Org_Id, supervision_warning_leaflet.leaflet_type, + supervision_warning_leaflet.id, supervision_warning_leaflet.STATUS, supervision_warning_leaflet.process_instance_id, supervision_warning_leaflet.history_instance_id, @@ -45,6 +46,7 @@ else null end ) as duty_Org_Id, supervision_warning_leaflet.leaflet_type, supervision_warning_leaflet.STATUS, + supervision_warning_leaflet.id, supervision_warning_leaflet.process_instance_id, supervision_warning_leaflet.history_instance_id, supervision_warning_leaflet.issue_detail,