|
|
@ -243,7 +243,7 @@ |
|
|
|
|
|
|
|
<select id="selectTollStationAnalysisByFacility" resultType="java.util.Map"> |
|
|
|
select |
|
|
|
t2.facility_id facilityId,t3.facility_name,classify, |
|
|
|
t2.facility_id facilityId,t3.facility_name facilityName,classify, |
|
|
|
SUM(case when t2.classify = '6' then 1 else 0 end) facilityClose, |
|
|
|
SUM(case when t2.classify = '7' then 1 else 0 end) facilityRestriction, |
|
|
|
SUM(case when t2.classify = '9' then 1 else 0 end) facilityInterval |
|
|
|