소스 검색

修改首页统计图接口

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>
 
     <update id="updateChart">
-        update t_data_model
+        update t_chart
         set chart_type=#{chartType},
             value_type=#{valueType},
             chart_name=#{chartName},