Commit a743e6b5 by jianan

报聘通知下一步审核人问题修复

parent 05914943
...@@ -407,7 +407,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService { ...@@ -407,7 +407,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService {
//不是他 //不是他
boolean flag = this.isHasNextStep(loginPractitionerId, mobileNo, basicInfoId, nextStep); boolean flag = this.isHasNextStep(loginPractitionerId, mobileNo, basicInfoId, nextStep);
if (!flag) { if (!flag) {
if ("1".equals(requestVO.getApprovingStatus())) {// 审批状态为"通过" if (Long.valueOf("1").equals(requestVO.getApprovingStatus())) {// 审批状态为"通过"
// 发送短信通知及公众号推送通知下一位审批人进行审批 // 发送短信通知及公众号推送通知下一位审批人进行审批
agmsHiringDalService.noticeNextStep(nextStep, basicInfoId); agmsHiringDalService.noticeNextStep(nextStep, basicInfoId);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment