|
@ -25,12 +25,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
<select id="pageBusinessAlert" resultType="org.dromara.business.domain.BusinessAlert"> |
|
|
<select id="pageBusinessAlert" resultType="org.dromara.business.domain.BusinessAlert"> |
|
|
select t.* from (select |
|
|
select t.* from (select |
|
|
ba.*, |
|
|
ba.* |
|
|
b.flow_status flowStatus, |
|
|
from dk_business.business_alert ba) t |
|
|
b.business_id businessId, |
|
|
|
|
|
b.id instanceId |
|
|
|
|
|
from dk_business.business_alert ba |
|
|
|
|
|
INNER join dk_workflow.flow_instance b on ba.id = b.business_id) t |
|
|
|
|
|
${ew.getCustomSqlSegment} |
|
|
${ew.getCustomSqlSegment} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|