소스 검색

用能月报调整2

jichaobo 3 년 전
부모
커밋
22cc02357f
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      fiveep-persistence/src/main/resources/mapper/mysql/HtAnalogDataMapper.xml

+ 6 - 6
fiveep-persistence/src/main/resources/mapper/mysql/HtAnalogDataMapper.xml

@@ -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}