|
@ -113,10 +113,6 @@ public class DcTollStationStatisticsDataImpl extends ServiceImpl<DcTollStationSt |
|
|
throw new ServiceException("时段类型不能为空"); |
|
|
throw new ServiceException("时段类型不能为空"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (request.getTollStationCode() == null) { |
|
|
|
|
|
throw new ServiceException("收费站站点编号不能为空"); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return query(request); |
|
|
return query(request); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|