|
@@ -480,8 +480,8 @@ public class ParkWaitHandleService implements BaseService<ParkWaitHandle, ParkWa
|
|
|
String username = encryptUsername(receiveUser.getUsername());
|
|
|
String requestname = applyTheme;
|
|
|
String workflowname = ConstantFlowType.PAYMENT_NAME;
|
|
|
- String pcurl = serverUrl + "?loginid=" + username + "&" + routeParam;
|
|
|
- String appurl = pcurl;
|
|
|
+ String pcurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=pc";
|
|
|
+ String appurl = pcurl + "&type=mobile";
|
|
|
String isremark = "0";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|
|
@@ -549,8 +549,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 + "&" + routeParam;
|
|
|
- String appurl = pcurl;
|
|
|
+ String pcurl = serverUrl + "?loginid=" + username + "&" + routeParam + "&type=pc";
|
|
|
+ String appurl = pcurl + "&type=mobile";
|
|
|
String isremark = "0";
|
|
|
String viewtype = "0";
|
|
|
String creator = ShiroUtils.getUser().getPhone();
|