2024年6月20日 修复报错信息内容错误
This commit is contained in:
parent
06ba5081fa
commit
888f7b7e8f
|
@ -136,7 +136,7 @@ public class TravelConfServiceImpl extends ServiceImpl<TravelConfDao, TravelConf
|
||||||
}else{
|
}else{
|
||||||
//双方混合判断
|
//双方混合判断
|
||||||
//前台无法创建 23:00:00-12:00:00的数据,直接甩出错误或者忽略
|
//前台无法创建 23:00:00-12:00:00的数据,直接甩出错误或者忽略
|
||||||
throw new SqxException("请清空夜间时间配置配置,请联系管理员!");
|
throw new SqxException("请清空夜间时间配置,请联系管理员!");
|
||||||
}
|
}
|
||||||
return getConfByAccordingCondition(pricingType, travelType, seasonsType, timeIntervalType);
|
return getConfByAccordingCondition(pricingType, travelType, seasonsType, timeIntervalType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue