1.优化OA待办

S
This commit is contained in:
weiyunlong 2025-04-21 11:35:04 +08:00
parent aa5e1d5def
commit 6dfc062a2e
1 changed files with 4 additions and 4 deletions

View File

@ -77,8 +77,8 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
executionName = execution.getString("activityname");// 节点名称
}
//获取Url
String url = toDoInfo.getUrl(); // 链接
String url1 = toDoInfo.getUrl(); // pc链接
String url = toDoInfo.getUrl() + "&type=handled"; // 链接
String url1 = toDoInfo.getUrl()+ "&type=handled";// pc链接
String h5url = url + "&device=mob&ado=view";
try {
url = URLEncoder.encode(url, "UTF-8");
@ -321,8 +321,8 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
// url = "http://172.31.254.240:9090/seeyon/isc.do?method=ssoISC&toUrl=" + url;
//获取Url
String url = message.getContentUrl(); // 链接
String url1 = message.getContentUrl(); // pc链接
String url = message.getContentUrl()+ "&type=handled"; // 链接
String url1 = message.getContentUrl()+ "&type=handled"; // pc链接
String h5url = url + "&device=mob&ado=view";
try {
url = URLEncoder.encode(url, "UTF-8");