|
@@ -192,7 +192,7 @@ public class ApplyPaymentSettleController extends BaseController {
|
|
|
String srcUserName = ShiroUtils.getLoginName();
|
|
|
String receiveUserId = push.getId();
|
|
|
String routeParam = "id=" + flowId + "&flowMainPushId=" + flowMainPush.getId()
|
|
|
- + "applyUser=" + flowMain.getApplyUser();
|
|
|
+ + "&applyUser=" + flowMain.getApplyUser();
|
|
|
parkWaitHandleService.addHandle(title, typeEnum, srcUserType, srcUserId, srcUserName,
|
|
|
receiveUserId, routeParam);
|
|
|
}
|
|
@@ -347,7 +347,7 @@ public class ApplyPaymentSettleController extends BaseController {
|
|
|
String srcUserId = ShiroUtils.getUserId();
|
|
|
String srcUserName = ShiroUtils.getLoginName();
|
|
|
String receiveUserId = flowMainPush.getPushUser();
|
|
|
- String routeParam = "id=" + flowId + "&flowMainPushId=" + flowMainPush.getId() + "applyUser=" + flowMain.getApplyUser();;
|
|
|
+ String routeParam = "id=" + flowId + "&flowMainPushId=" + flowMainPush.getId() + "&applyUser=" + flowMain.getApplyUser();;
|
|
|
parkWaitHandleService.addHandle(title, typeEnum, srcUserType, srcUserId, srcUserName,
|
|
|
receiveUserId, routeParam);
|
|
|
|