Browse Source

去掉收费站站点编号不能为空校验

develop
xiepufeng 6 months ago
parent
commit
8ddabb6c4c
  1. 4
      zc-business/src/main/java/com/zc/business/service/impl/DcTollStationStatisticsDataImpl.java

4
zc-business/src/main/java/com/zc/business/service/impl/DcTollStationStatisticsDataImpl.java

@ -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);
} }

Loading…
Cancel
Save