From 43aa1c638fd76819be0faa99ce83db7fd4b98564 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 21 Feb 2025 14:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SubEntryExitMapper.xml | 2 -- .../src/main/resources/mapper/system/SubMapper.xml | 1 - 2 files changed, 3 deletions(-) diff --git a/bonus-modules/bonus-project/src/main/resources/mapper/system/SubEntryExitMapper.xml b/bonus-modules/bonus-project/src/main/resources/mapper/system/SubEntryExitMapper.xml index 0288c19..e792301 100644 --- a/bonus-modules/bonus-project/src/main/resources/mapper/system/SubEntryExitMapper.xml +++ b/bonus-modules/bonus-project/src/main/resources/mapper/system/SubEntryExitMapper.xml @@ -21,7 +21,6 @@ lcs.sup_uuid as supUuid, lcs.sub_uuid as subUuid, lcs.uuid as uuid, - lcs.cont_uuid as contUuid, ppi.pro_name as proName, pci.cont_name as contName, psi.sub_name as subName, @@ -93,7 +92,6 @@ lcs.uuid as uuid, lcs.task_id_out as taskId, lcs.proc_inst_id_out as procInsId, - lcs.cont_uuid as contUuid, ppi.pro_name as proName, pci.cont_name as contName, psi.sub_name as subName, diff --git a/bonus-modules/bonus-project/src/main/resources/mapper/system/SubMapper.xml b/bonus-modules/bonus-project/src/main/resources/mapper/system/SubMapper.xml index f46e344..7492188 100644 --- a/bonus-modules/bonus-project/src/main/resources/mapper/system/SubMapper.xml +++ b/bonus-modules/bonus-project/src/main/resources/mapper/system/SubMapper.xml @@ -69,7 +69,6 @@ psi.sub_name as subName, lcp.uuid as uuid, lcp.cont_uuid as contUuid, - lcp.cont_uuid as consUuid, lcp.sub_uuid as subUuid, lcp.pro_id as proId, pcp.cons_name as name,