task66-单体电池调综合查询点位曲线接口-增加簇id

This commit is contained in:
2025-10-14 17:07:00 +08:00
parent 3020f9f915
commit 15b964b4ce
3 changed files with 13 additions and 6 deletions

View File

@ -165,6 +165,9 @@
</select>
<sql id="commonFilter">
<if test="clusterDeviceId != null and clusterDeviceId != ''">
and cluster_device_id = #{clusterDeviceId}
</if>
<choose>
<when test="params != null and !params.isEmpty()">
AND ( <trim prefixOverrides="OR">