|
|
@ -125,8 +125,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
SELECT * FROM TABLE( scada_absorb_device_eptm_q() )
|
|
|
|
SELECT * FROM TABLE( scada_absorb_device_eptm_q() )
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getEnergyProduction" resultMap="ScadaAdsorbDeviceinfoResult">
|
|
|
|
<select id="getEnergyProduction" parameterType="integer" resultMap="ScadaAdsorbDeviceinfoResult">
|
|
|
|
SELECT * FROM TABLE( scada_absorb_device_ep_q() )
|
|
|
|
SELECT * FROM TABLE( scada_absorb_device_ep_q2(#{in_id}) )
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="getUtilOee" parameterType="integer" resultMap="ScadaAbsorbUtilOee">
|
|
|
|
<select id="getUtilOee" parameterType="integer" resultMap="ScadaAbsorbUtilOee">
|
|
|
|