@ -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");
@ -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());