From e50d8c30b43dd30daa77da27101ce21d8ef2fcef Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期一, 17 三月 2025 17:20:10 +0800 Subject: [PATCH] 锂电设备相关代码更新 --- src/main/resources/mapper/BaojiGroupMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/BaojiGroupMapper.xml b/src/main/resources/mapper/BaojiGroupMapper.xml index bd6fc40..6012a3c 100644 --- a/src/main/resources/mapper/BaojiGroupMapper.xml +++ b/src/main/resources/mapper/BaojiGroupMapper.xml @@ -14,7 +14,7 @@ <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> @@ -32,7 +32,7 @@ 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 ( -- Gitblit v1.9.1