|
|
@ -7,6 +7,9 @@ |
|
|
<where> |
|
|
<where> |
|
|
${@com.mdp.Util@trimWhere(ew.customSqlSegment)} |
|
|
${@com.mdp.Util@trimWhere(ew.customSqlSegment)} |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
<if test="ext.procInstId!=null and ext.procInstId!=''"> |
|
|
|
|
|
and exists (select 1 from form_data_process_approva a where a.form_data_id= res.id and a.proc_inst_id=#{ext.procInstId}) |
|
|
|
|
|
</if> |
|
|
<!--下面双引号内可以添加默认排序,如果前端没有上传排序,将使用引号内的排序规则--> |
|
|
<!--下面双引号内可以添加默认排序,如果前端没有上传排序,将使用引号内的排序规则--> |
|
|
${@com.mdp.Util@trimOrderBy(ew.customSqlSegment,'')} |
|
|
${@com.mdp.Util@trimOrderBy(ew.customSqlSegment,'')} |
|
|
<!--下面双引号内可以添加默认分组,如果前端没有上传分组,将使用引号内的分组规则--> |
|
|
<!--下面双引号内可以添加默认分组,如果前端没有上传分组,将使用引号内的分组规则--> |
|
|
|