| | |
| | | <collection property="acdc" javaType="com.whyc.pojo.PwrdevAcdcdata" ofType="com.whyc.pojo.PwrdevAcdcdata" |
| | | column="{stationId=stationId}" select="selectAcDcdata"> |
| | | </collection> |
| | | <collection property="fbs9100State" javaType="com.whyc.pojo.Fbs9100State" |
| | | ofType="com.whyc.pojo.Fbs9100State" |
| | | column="{stationId=stationId}" select="selectFbs9100State"> |
| | | </collection> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | where tb_battinf.stationid = #{stationId} |
| | | ) |
| | | </select> |
| | | <select id="selectFbs9100State" resultType="Fbs9100State"> |
| | | select tb_fbs9100_state.* |
| | | from db_ram_db.tb_fbs9100_state |
| | | where tb_fbs9100_state.dev_id in ( |
| | | select distinct FBSDeviceId |
| | | from db_battinf.tb_battinf |
| | | where tb_battinf.stationid = #{stationId} |
| | | ) |
| | | </select> |
| | | <select id="selectAcdata" resultType="pwrdevAcdata"> |
| | | select tb_pwrdev_acdata.* |
| | | from db_pwrdev_data_rt.tb_pwrdev_acdata |