|
|
@ -143,10 +143,10 @@ |
|
|
|
customer_id = #{customerId} |
|
|
|
</select> |
|
|
|
<select id="getKernelHouseHold" resultType="java.lang.Integer"> |
|
|
|
select count(*) from pli_power_kernel_household and customer_id = #{customerId} |
|
|
|
select count(*) from pli_power_kernel_household where customer_id = #{customerId} |
|
|
|
</select> |
|
|
|
<select id="getServiceStation" resultType="java.lang.Integer"> |
|
|
|
select count(*) from pli_power_service_station and customer_id = #{customerId} |
|
|
|
select count(*) from pli_power_service_station where customer_id = #{customerId} |
|
|
|
</select> |
|
|
|
<select id="getStructTree" |
|
|
|
resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisStructTreeResultDTO"> |
|
|
|