fix bug 40608 分标委会议查询不到未提醒

This commit is contained in:
lijiarao
2021-10-18 15:04:26 +08:00
parent 7f6283b51e
commit 36c2a020be
@@ -303,6 +303,7 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
if (payCaseCommittee == null){
throw new JeroBootException("分标委项目不存在");
}
payMeetingVO.setRemind(MeetingCommon.REMIND_0);
break;
default:
}