From ce81918a8e9fdee9a8a6ebf4170226d5b4a6282f Mon Sep 17 00:00:00 2001 From: wcf Date: Wed, 25 Oct 2023 10:48:06 +0800 Subject: [PATCH] =?UTF-8?q?taskcode=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9102?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/customization/dito/sendtodo/SendPortalAtAddTodoCmd.java | 2 +- .../dito/portal/SendRequestData2PortalInterfaces.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/customization/dito/sendtodo/SendPortalAtAddTodoCmd.java b/src/com/customization/dito/sendtodo/SendPortalAtAddTodoCmd.java index 94a8b6a0..0586c18a 100644 --- a/src/com/customization/dito/sendtodo/SendPortalAtAddTodoCmd.java +++ b/src/com/customization/dito/sendtodo/SendPortalAtAddTodoCmd.java @@ -140,7 +140,7 @@ public class SendPortalAtAddTodoCmd { SendPortalErrorUtil sendPortalErrorUtil = new SendPortalErrorUtil(); requestObject2.put("nodeName",todoMap.get("nodename")); requestObject2.put("nodeId",todoMap.get("nodeid")); - requestObject2.put("taskCode",requestid+"_at_"+todoMap.get("id")); + requestObject2.put("taskCode","weaver"+requestid+"_at_"+todoMap.get("id")); String creator = (String) todoMap.get("loginid"); diff --git a/src/weaver/interfaces/dito/portal/SendRequestData2PortalInterfaces.java b/src/weaver/interfaces/dito/portal/SendRequestData2PortalInterfaces.java index e7069636..75934768 100644 --- a/src/weaver/interfaces/dito/portal/SendRequestData2PortalInterfaces.java +++ b/src/weaver/interfaces/dito/portal/SendRequestData2PortalInterfaces.java @@ -123,7 +123,7 @@ public class SendRequestData2PortalInterfaces implements SendRequestStatusDataIn bb.writeLog("donedatas-requestid:"+requestid); bb.writeLog("donedatas-requestname:"+requestname); bb.writeLog("donedatas-isremark:"+isremark); - + rsojson.put("workflowid",rso.getWorkflowid()); rsojson.put("requestname",requestname); rsojson.put("requestid",requestid); rsojson.put("requestname",rso.getRequstname());