首节已办发送
This commit is contained in:
parent
a8ff81d810
commit
9e34608334
|
@ -220,7 +220,7 @@ public class BacklogServiceHandle extends AbstractServiceHandler {
|
|||
cwbSql1.append("INNER JOIN t_wf_hiactinst c on c.FTASKID=b.FID ");
|
||||
cwbSql1.append("INNER JOIN t_wf_hiprocinst a on a.FID=b.FPROCINSTID ");
|
||||
cwbSql1.append("where b.fbusinesskey = ?");
|
||||
cwbSql1.append(" and b.FDELETEREASON ='first_usertask_skip");
|
||||
cwbSql1.append(" and b.FDELETEREASON ='first_usertask_skip' ");
|
||||
cwbSql1.append(" and b.FENDTIME is not null and d.FENDTIME is not null");
|
||||
cwbSql1.append(" ORDER BY b.FMODIFYDATE,b.FID");
|
||||
logger.info("###开始第一个节点已办数据拼接结束");
|
||||
|
|
Loading…
Reference in New Issue