fix 新增安全中心会议

This commit is contained in:
lijiarao
2024-07-03 14:57:41 +08:00
parent d9abbcd894
commit 82b0436ee7
@@ -92,7 +92,7 @@ public class SafetyCenterMeetingController extends JeroController<PayMeeting, IP
@PostMapping(value = "/add")
public Result<?> add(@RequestBody PayMeetingVO payMeetingVO) {
String meetingType = payMeetingVO.getMeetingType();
if (!Objects.equals(meetingType, MeetingCommon.OTHER_MEETING)) {
if (!Objects.equals(meetingType, MeetingCommon.SAFETY_CENTER_MEETING)) {
throw new RuntimeException();
}
ValidUtil.validate(payMeetingVO);