码迷,mamicode.com
首页 > 其他好文 > 详细

处理一个节点里面包含2个待办

时间:2018-12-19 15:37:16      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:从后往前   var   task   row   roc   rowid   where   节点   class   

---找到流程实例id---
select * from ACT_HI_PROCINST t where t.proc_inst_id_ in (select distinct t.proc_inst_id_ from ACT_HI_VARINST t where t.text_=‘402880e8641c8f260164491e12e800f0‘)
--第二步
select t.*, t.rowid from ACT_RU_EXECUTION t where t.proc_inst_id_=‘991303‘;
select t.*, t.rowid from ACT_RU_TASK t where t.proc_inst_id_=‘991303‘;
--取ACT_RU_TASK中的id_值给ACT_RU_IDENTITYLINK
select t.*, t.rowid from ACT_RU_IDENTITYLINK t where t.TASK_ID_=‘1010214‘;
--第三步从后往前删除1条记录

  

处理一个节点里面包含2个待办

标签:从后往前   var   task   row   roc   rowid   where   节点   class   

原文地址:https://www.cnblogs.com/lujing-newer/p/10142977.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!