|
|
@ -50,8 +50,8 @@ public class SendPortalWithDeleteCmd {
|
|
|
|
|
|
|
|
|
|
|
|
SendPortalWithDeleteToRead(lcid,currentUserId,userid);
|
|
|
|
SendPortalWithDeleteToRead(lcid,currentUserId,userid);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
SendPortalAtAddTodoCmd sendPortalAtAddTodoCmd = new SendPortalAtAddTodoCmd();
|
|
|
|
|
|
|
|
sendPortalAtAddTodoCmd.dealPortalAtRyjl(requestid);
|
|
|
|
|
|
|
|
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -64,7 +64,6 @@ public class SendPortalWithDeleteCmd {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void SendPortalWithDeleteTodo(String requestid,String currentUserId){
|
|
|
|
public void SendPortalWithDeleteTodo(String requestid,String currentUserId){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String portal_todourl = Constants.portal_todourl;
|
|
|
|
String portal_todourl = Constants.portal_todourl;
|
|
|
|
String bpm_app_workflowurl = Constants.bpm_app_workflowurl;
|
|
|
|
String bpm_app_workflowurl = Constants.bpm_app_workflowurl;
|
|
|
|
String username = Constants.username;
|
|
|
|
String username = Constants.username;
|
|
|
|