@ -479,8 +479,8 @@ class Trainingjobsetting extends Component {
return;
}
if (this.state.latededuction <= 0) {
this.props.showNotification(`迟交扣分数不能小于等于零`);
if (this.state.latededuction <0) {
this.props.showNotification(`迟交扣分数不能小于零`);