@ -145,8 +145,8 @@ class NewWorkForm extends Component{
this.props.showNotification('最大人数不能为空');
this.props.scrollToAnchor("numberofgroups");
return;
} else if (max_num <= min_num) {
this.props.showNotification('最大人数不能小于等于最小人数');
} else if (max_num < min_num) {
this.props.showNotification('最大人数不能小于最小人数');
}