throwexception(SCORE_RULE_FIELD_ERROR,"startTime must before endTime and endTime must after now");
throwexception(SCORE_RULE_FIELD_ERROR,LOCALE==Locale.SIMPLIFIED_CHINESE?"开始时间需早于结束时间,结束时间需比当前时间晚":"startTime must before endTime and endTime must after now");
}
}
if(scoreRuleIn.getScorePeriod()<=0){
if(scoreRuleIn.getScorePeriod()<=0){
throwexception(SCORE_RULE_FIELD_ERROR,"scorePeriod must > 0");
throwexception(SCORE_RULE_FIELD_ERROR,LOCALE==Locale.SIMPLIFIED_CHINESE?"积分过期时间必须大于0":"scorePeriod must > 0");