PCS+BMS总览+BMS电池簇-框架

This commit is contained in:
2025-06-24 01:18:07 +08:00
parent a2d8b6876d
commit 7134bc03f8
16 changed files with 1582 additions and 8 deletions

View File

@ -254,4 +254,10 @@
) as tmp
group by dateMonth
</select>
<select id="getPcsDetailInfoBySiteId" parameterType="Long" resultMap="EmsPcsDataResult">
<include refid="selectEmsPcsDataVo"/>
where site_id = #{siteId}
order by data_update_time desc limit 1
</select>
</mapper>