From 80dcc5b7394df9ef61de99cff9539da0cfac08f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 8 Sep 2023 11:55:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d5836b8..9060b78 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 @@ -9,8 +9,8 @@ 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.form_data_tag tag where tag.data_id = res.id and tag.tag_id in - + and exists ( select 1 from form.form_data_tag tag where tag.data_id = res.id and tag.tag_id in + #{item} )