|
@@ -1217,7 +1217,7 @@
|
|
|
freezingTime AS freezingTimess
|
|
|
</if>
|
|
|
FROM
|
|
|
- ${tabel}
|
|
|
+ ${table}
|
|
|
<where>
|
|
|
and deviceName = #{deviceCode}
|
|
|
<if test="endTime != null and startTime != null and endTime != '' and startTime != ''">
|
|
@@ -1226,7 +1226,7 @@
|
|
|
</where>
|
|
|
GROUP BY freezingTimess
|
|
|
) a
|
|
|
- LEFT JOIN ${tabel} b ON a.minid = b.id
|
|
|
+ LEFT JOIN ${table} b ON a.minid = b.id
|
|
|
<if test="startCurrent != null and size !=0 and size!=null">
|
|
|
LIMIT #{startCurrent},
|
|
|
#{size}
|
|
@@ -1259,7 +1259,7 @@
|
|
|
) AS freezingTimess
|
|
|
</if>
|
|
|
FROM
|
|
|
- ${tabel}
|
|
|
+ ${table}
|
|
|
<where>
|
|
|
and deviceName = #{deviceCode}
|
|
|
<if test="endTime != null and startTime != null and endTime != '' and startTime != ''">
|
|
@@ -1268,7 +1268,7 @@
|
|
|
</where>
|
|
|
GROUP BY freezingTimess
|
|
|
) a
|
|
|
- LEFT JOIN ${tabel} b ON a.minid = b.id
|
|
|
+ LEFT JOIN ${table} b ON a.minid = b.id
|
|
|
<if test="startCurrent != null and size !=0 and size!=null">
|
|
|
LIMIT #{startCurrent},
|
|
|
#{size}
|
|
@@ -1301,7 +1301,7 @@
|
|
|
) AS freezingTimess
|
|
|
</if>
|
|
|
FROM
|
|
|
- ${tabel}
|
|
|
+ ${table}
|
|
|
<where>
|
|
|
and deviceName = #{deviceCode}
|
|
|
<if test="endTime != null and startTime != null and endTime != '' and startTime != ''">
|
|
@@ -1310,7 +1310,7 @@
|
|
|
</where>
|
|
|
GROUP BY freezingTimess
|
|
|
) a
|
|
|
- LEFT JOIN ${tabel} b ON a.minid = b.id
|
|
|
+ LEFT JOIN ${table} b ON a.minid = b.id
|
|
|
<if test="startCurrent != null and size !=0 and size!=null">
|
|
|
LIMIT #{startCurrent},
|
|
|
#{size}
|