oa流程发起后错误数据删除

时间:2021-02-21 00:19:59   收藏:0   阅读:63
//oa流程发起后错误数据删除

SELECT c.* FROM bladex_flow.act_ru_task  a ,  bladex.blade_process_oa_authority_management c 
where c.process_instance_id = a.PROC_INST_ID_ 
and c.application_person = ‘姚欣秀‘
and a.PROC_INST_ID_ not in (‘bb2e9604-735c-11eb-a09a-000c296ce21a‘);

SELECT a.* FROM bladex_flow.act_ru_actinst  a ,  bladex.blade_process_oa_authority_management c 
where c.process_instance_id = a.PROC_INST_ID_ 
and c.application_person = ‘姚欣秀‘
and a.PROC_INST_ID_ not in (‘bb2e9604-735c-11eb-a09a-000c296ce21a‘);

  

原文:https://www.cnblogs.com/xianz666/p/14422495.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!