Browse Source

事件处置流程时间

develop
lau572 1 year ago
parent
commit
399052004d
  1. 2
      zc-business/src/main/resources/mapper/business/DcEventMapper.xml

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

@ -748,7 +748,7 @@
</select>
<select id="getProcessNode" resultType="java.util.Map">
select t2.node_node nodeNode,t2.process_node processNode,t3.operation_time operationTime,
select t2.node_node nodeNode,t2.process_node processNode,date_format(t3.operation_time,'%Y-%m-%d %H:%i:%s') operationTime,
case when ISNULL(t3.id) then '0' else '1' end status
from dc_event t1
LEFT JOIN dc_process_config t2 on t1.event_type = t2.event_type

Loading…
Cancel
Save