| | |
| | | <collection property="usrList" javaType="java.util.ArrayList" ofType="com.whyc.pojo.db_user.UserInf" column="{baojiGroupId=baoji_group_id}" |
| | | select="selectUsrList"> |
| | | </collection> |
| | | <collection property="devList" javaType="java.util.ArrayList" ofType="com.whyc.pojo.db_lithium_ram_db.DevInf" column="{baojiGroupId=baoji_group_id}" |
| | | <collection property="devList" javaType="java.util.ArrayList" ofType="com.whyc.pojo.db_lithium_ram_db.DevLithiumInf" column="{baojiGroupId=baoji_group_id}" |
| | | select="selectDevList"> |
| | | </collection> |
| | | </resultMap> |
| | |
| | | order by uid asc |
| | | </select> |
| | | |
| | | <select id="selectDevList" resultType="devInf"> |
| | | <select id="selectDevList" resultType="DevLithiumInf"> |
| | | select * from db_lithium_ram_db.tb_dev_inf |
| | | <where> |
| | | dev_id in ( |