update 会议发布

This commit is contained in:
lijiarao
2021-12-29 16:42:25 +08:00
parent 8178ad05fa
commit 4b8020ba3d
@@ -1021,5 +1021,6 @@ public class PayMeetingServiceImpl extends ServiceImpl<PayMeetingMapper, PayMeet
LambdaUpdateWrapper<PayMeeting> wrapper = new LambdaUpdateWrapper<>();
wrapper.in(PayMeeting::getId,meetingIds);
wrapper.set(PayMeeting::getIsRelease,MeetingCommon.REMIND_1);
update(wrapper);
}
}