查询A的所有待办流程:
select distinct(a.requestid),b.requestname from workflow_currentoperator a,workflow_requestbase where isremark in (0,1,8,9) and a.requestid = b.requestid and useid = A的id
查询A的所有待办流程:
select distinct(a.requestid),b.requestname from workflow_currentoperator a,workflow_requestbase where isremark in (0,1,8,9) and a.requestid = b.requestid and useid = A的id