|
@@ -352,8 +352,8 @@ public class ParkWaitHandleService implements BaseService<ParkWaitHandle, ParkWa
|
|
|
String requestname = flowMain.getApplyTheme();
|
|
|
String workflowname = ConstantFlowType.PAYMENT_NAME;
|
|
|
String nodeName = flowMainPush.getNodeName();
|
|
|
- String pcurl = serverUrl + "?loginid=" + username;
|
|
|
- String appurl = pcurl;
|
|
|
+ String pcurl = serverUrl + "?loginid=" + username + "&type=pc";
|
|
|
+ String appurl = serverUrl + "?loginid=" + username + "&type=mobile" + "&id=" + flowId + "&action=view";
|
|
|
String isremark = "2";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|
|
@@ -405,8 +405,8 @@ public class ParkWaitHandleService implements BaseService<ParkWaitHandle, ParkWa
|
|
|
String requestname = flowMain.getApplyTheme();
|
|
|
String workflowname = ConstantFlowType.PAYMENT_NAME;
|
|
|
String nodeName = flowMainPush.getNodeName();
|
|
|
- String pcurl = serverUrl + "?loginid=" + username;
|
|
|
- String appurl = pcurl;
|
|
|
+ String pcurl = serverUrl + "?loginid=" + username + "&type=pc";
|
|
|
+ String appurl = serverUrl + "?loginid=" + username + "&type=mobile" + "&id=" + flowId + "&action=view";
|
|
|
String isremark = "2";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|
|
@@ -481,7 +481,7 @@ public class ParkWaitHandleService implements BaseService<ParkWaitHandle, ParkWa
|
|
|
String requestname = applyTheme;
|
|
|
String workflowname = ConstantFlowType.PAYMENT_NAME;
|
|
|
String pcurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=pc";
|
|
|
- String appurl = pcurl + "&type=mobile";
|
|
|
+ String appurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=mobile";
|
|
|
String isremark = "0";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|
|
@@ -550,7 +550,7 @@ public class ParkWaitHandleService implements BaseService<ParkWaitHandle, ParkWa
|
|
|
String workflowname = ConstantFlowType.PAYMENT_NAME;
|
|
|
String nodeName = flowMainPush.getNodeName();
|
|
|
String pcurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=pc";
|
|
|
- String appurl = pcurl + "&type=mobile";
|
|
|
+ String appurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=mobile";
|
|
|
String isremark = "0";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|