Browse Source

升级2.0.0

master
陈裕财 2 years ago
parent
commit
780b0e2d55
  1. 2
      mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml

2
mdp-form/src/main/java/com/mdp/form/mapper/FormDataMapper.xml

@ -7,7 +7,7 @@
<where>
${@com.mdp.Util@trimWhere(ew.customSqlSegment)}
<!--下面可以添加更多查询条件,正常的if 条件都是支持的-->
<if test="ext.procInstId!=null and ext.procInstId!=''">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 )</if>
<if test="ext.procInstId!=null and ext.procInstId!=''">and exists(select 1 from form_data_process_approva app where app.proc_inst_id=#{ext.procInstId} and res.id=app.form_data_id )</if>
<if test="ext.tagIds !=null"> and exists ( select 1 from form.form_data_tag tag where tag.data_id = res.id and tag.tag_id in
<foreach collection="ext.tagIds" item="item" index="index" open="(" separator="," close=")" >

Loading…
Cancel
Save