Browse Source

"时间格式"

yangjunfeng 2 years ago
parent
commit
37d3225d6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hnls-scada/src/main/resources/mapper/StatisticsScadaMapper.xml

+ 2 - 2
hnls-scada/src/main/resources/mapper/StatisticsScadaMapper.xml

@@ -85,8 +85,8 @@
             #{item.id,jdbcType=NUMERIC},
             #{item.code,jdbcType=VARCHAR},
             #{item.value,jdbcType=VARCHAR},
-            #{item.scadaTime,jdbcType=TIME},
-            #{item.updateTime,jdbcType=TIME}
+            #{item.scadaTime},
+            #{item.updateTime}
             )
         </foreach>
         ;end;