Browse Source

事件处置跳过清障

develop
lau572 7 months ago
parent
commit
8783edda40
  1. 2
      zc-business/src/main/resources/mapper/business/DcEventMapper.xml

2
zc-business/src/main/resources/mapper/business/DcEventMapper.xml

@ -775,7 +775,7 @@
ORDER BY nodeNode
</select>
<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'
</select>

Loading…
Cancel
Save