Browse Source

高速云收费站查询

develop
王兴琳 2 months ago
parent
commit
90dde22859
  1. 2
      zc-business/src/main/java/com/zc/business/service/impl/DcSdhsEventServiceImpl.java

2
zc-business/src/main/java/com/zc/business/service/impl/DcSdhsEventServiceImpl.java

@ -1917,11 +1917,13 @@ public class DcSdhsEventServiceImpl implements IDcSdhsEventService {
if (type.equals("1")) { if (type.equals("1")) {
periodType = "3"; periodType = "3";
startDate=startDate+"-01"; startDate=startDate+"-01";
lastTime=lastTime+"-01";
} }
if (type.equals("0")) { if (type.equals("0")) {
periodType = "1"; periodType = "1";
startDate=startDate+"-01-01"; startDate=startDate+"-01-01";
lastTime=lastTime+"-01-01";
} }
Map<String, List<DcTollStationStatisticsDataMap>> map = new HashMap<>(); Map<String, List<DcTollStationStatisticsDataMap>> map = new HashMap<>();
//入口 //入口

Loading…
Cancel
Save