Merge branch 'branch20211008'
This commit is contained in:
+2
@@ -309,6 +309,7 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
|
||||
if (workingGroup == null) {
|
||||
throw new JeroBootException("工作组项目不存在");
|
||||
}
|
||||
payMeetingVO.setWorkingGroupName(workingGroup.getWorkingGroupProject());
|
||||
payMeetingVO.setRemind(MeetingCommon.REMIND_0);
|
||||
break;
|
||||
case MeetingCommon.STANDARD_MEETING:
|
||||
@@ -359,6 +360,7 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
|
||||
if (payCaseCommittee == null) {
|
||||
throw new JeroBootException("分标委项目不存在");
|
||||
}
|
||||
payMeetingVO.setCaseCommitteeName(payCaseCommittee.getName());
|
||||
payMeetingVO.setRemind(MeetingCommon.REMIND_0);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user