zhoupeng hace 2 años
padre
commit
444d5207eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chaunyi_opc/opc_da/src/main/resources/mapper/ItemGroupDao.xml

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

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