zhoupeng 1 год назад
Родитель
Сommit
a81171a47a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      chaunyi_opc/opc_da/src/main/resources/mapper/ChartDao.xml

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

@@ -38,7 +38,7 @@
     </insert>
 
     <update id="updateChart">
-        update t_data_model
+        update t_chart
         set chart_type=#{chartType},
             value_type=#{valueType},
             chart_name=#{chartName},