2024年6月20日 修复报错信息内容错误

This commit is contained in:
bai 2024-06-20 16:25:38 +08:00
parent 06ba5081fa
commit 888f7b7e8f
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class TravelConfServiceImpl extends ServiceImpl<TravelConfDao, TravelConf
}else{
//双方混合判断
//前台无法创建 23:00:00-12:00:00的数据直接甩出错误或者忽略
throw new SqxException("请清空夜间时间配置配置,请联系管理员!");
throw new SqxException("请清空夜间时间配置,请联系管理员!");
}
return getConfByAccordingCondition(pricingType, travelType, seasonsType, timeIntervalType);
}