From 9e346083347a86f3e9c24f331ed85eec7a42e550 Mon Sep 17 00:00:00 2001 From: fang <123456> Date: Wed, 2 Jul 2025 18:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E8=8A=82=E5=B7=B2=E5=8A=9E=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sys/sys/midservice/servicehandler/BacklogServiceHandle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java index 8ee89d7..463b9a7 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/midservice/servicehandler/BacklogServiceHandle.java @@ -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("###开始第一个节点已办数据拼接结束");