首节已办发送

This commit is contained in:
fang 2025-07-02 18:15:34 +08:00
parent a8ff81d810
commit 9e34608334
1 changed files with 1 additions and 1 deletions

View File

@ -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_hiactinst c on c.FTASKID=b.FID ");
cwbSql1.append("INNER JOIN t_wf_hiprocinst a on a.FID=b.FPROCINSTID "); cwbSql1.append("INNER JOIN t_wf_hiprocinst a on a.FID=b.FPROCINSTID ");
cwbSql1.append("where b.fbusinesskey = ?"); 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(" and b.FENDTIME is not null and d.FENDTIME is not null");
cwbSql1.append(" ORDER BY b.FMODIFYDATE,b.FID"); cwbSql1.append(" ORDER BY b.FMODIFYDATE,b.FID");
logger.info("###开始第一个节点已办数据拼接结束"); logger.info("###开始第一个节点已办数据拼接结束");