首页-玉祥公司客服

标题: 根据流程数据ID、查询具体节点的流转情况记录 [打印本页]

作者: 张兴康    时间: 2020-4-9 15:16
标题: 根据流程数据ID、查询具体节点的流转情况记录
--根据流程数据ID、查询具体节点的流转情况记录
selectoper_userid,oper_username,result_text,reasion
  from FLOW_THREAD a, FLOW_USER_THREAD b
where a.current_node = b.current_node
   and b.current_node = '流程节点ID'
   and a.key_code = '数据ID'
   and b.thread_id = a.ID


作者: 张兴康    时间: 2020-4-9 15:17





欢迎光临 首页-玉祥公司客服 (http://bbs.delit.cn/) Powered by Discuz! X3.2