瀏覽代碼

修改首页统计图接口

zhoupeng 1 年之前
父節點
當前提交
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>
     </insert>
 
 
     <update id="updateChart">
     <update id="updateChart">
-        update t_data_model
+        update t_chart
         set chart_type=#{chartType},
         set chart_type=#{chartType},
             value_type=#{valueType},
             value_type=#{valueType},
             chart_name=#{chartName},
             chart_name=#{chartName},