fix 新增安全中心会议
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user