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}
)