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