LAPTOP-FO2T5SIU\35838 месяцев назад: 8
Родитель
Сommit
e1a49d5bba

+ 2 - 2
pro-base/src/main/java/com/idea/oa/apply/controller/ApplyPaymentSettleController.java

@@ -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);