hfxc226 преди 2 години
родител
ревизия
80e8a7b8a6
променени са 1 файла, в които са добавени 1 реда и са изтрити 31 реда
  1. 1 31
      platform-dao/src/main/resources/mapper/remote/RemoteOpcLogMapper.xml

+ 1 - 31
platform-dao/src/main/resources/mapper/remote/RemoteOpcLogMapper.xml

@@ -146,34 +146,4 @@
         </foreach>
     </update>
 
-    <insert id="inserOrUpdateBatch" parameterType="java.util.List">
-    INSERT INTO t_remote_opc_log
-        (
-        year
-        , month
-        , day
-        , result
-        , remark
-        , created_time
-        , position_num
-        )
-    VALUES
-    <foreach collection="list" item="item" index="index" separator="," >
-        (
-        #{item.year}
-        , #{item.month}
-        , #{item.day}
-        , #{item.result}
-        , #{item.remark}
-        , #{item.createdTime}
-        , #{item.positionNum}
-        )
-    </foreach>
-    ON DUPLICATE KEY UPDATE
-        remark = concat(remark,#{item.remark})
-</insert>
-
-
-
-
-        </mapper>
+</mapper>