PCS+BMS总览+BMS电池簇-框架
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user