Browse Source

修改item,增加修改事件驱动条件和关联的报表

zhoupeng 2 years ago
parent
commit
2599e506e1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      chaunyi_opc/opc_da/src/main/resources/mapper/ItemGroupDao.xml

+ 3 - 1
chaunyi_opc/opc_da/src/main/resources/mapper/ItemGroupDao.xml

@@ -53,7 +53,9 @@
     <update id="updateItem">
         update t_item
         set data_model_id=#{dataModelId},
-            `describe`=#{describe}
+            event_mode=#{eventMode},
+            event_value=#{eventValue},
+            table_report_id={tableReportId}, `describe`=#{describe}
         where id = #{id}
     </update>