task66-单体电池调综合查询点位曲线接口-增加簇id
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user