|
@ -775,7 +775,7 @@ |
|
|
ORDER BY nodeNode |
|
|
ORDER BY nodeNode |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectClearInfo" resultType="java.lang.Integer"> |
|
|
<select id="selectClearInfo" resultType="java.lang.Integer"> |
|
|
select * from dc_event_process |
|
|
select count(*) from dc_event_process |
|
|
where event_id = #{eventId} and process_id = '6' and process_type = '1' |
|
|
where event_id = #{eventId} and process_id = '6' and process_type = '1' |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|