Merge branch 'branch20211008'

This commit is contained in:
lijiarao
2021-11-12 17:10:29 +08:00
@@ -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: