From 780b0e2d55349f0733197ba6f3d87a9d377505f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 12 Sep 2023 11:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A72.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml b/mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml index 4c70946..2660796 100644 --- a/mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml +++ b/mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml @@ -7,7 +7,7 @@ ${@com.mdp.Util@trimWhere(ew.customSqlSegment)} - and exists(select 1 from form.form_data_process_approva app where app.proc_inst_id=#{ext.procInstId} and res.id=app.form_data_id ) + and exists(select 1 from form_data_process_approva app where app.proc_inst_id=#{ext.procInstId} and res.id=app.form_data_id ) and exists ( select 1 from form.form_data_tag tag where tag.data_id = res.id and tag.tag_id in