From 27d341342925f11c19fb7a31da7050f5e9041319 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 19 十月 2023 17:52:29 +0800 Subject: [PATCH] 新增数据分析模块 --- src/main/resources/mapper/AnalysisDataMapper.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/com/job/zsc/mapper/AnalysisDataMapper.xml b/src/main/resources/mapper/AnalysisDataMapper.xml similarity index 95% rename from src/main/resources/com/job/zsc/mapper/AnalysisDataMapper.xml rename to src/main/resources/mapper/AnalysisDataMapper.xml index 6a602ed..02b073b 100644 --- a/src/main/resources/com/job/zsc/mapper/AnalysisDataMapper.xml +++ b/src/main/resources/mapper/AnalysisDataMapper.xml @@ -2,10 +2,10 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "https://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.job.zsc.mapper.AnalysisDataMapper"> +<mapper namespace="com.flightfeather.monitor.mapper.AnalysisDataMapper"> - <select id="findByDevId" resultType="com.job.zsc.pojo.AnalysisData"> + <select id="findByDevId" resultType="com.flightfeather.monitor.pojo.AnalysisData"> select * from fm_web_analysis_data <where> <if test="devId != null and devId != '' "> @@ -19,7 +19,7 @@ </select> <!--淇℃伅鍜屾暟鎹湭鍒嗗紑鐨勬暟鎹〃鍒嗘瀽 ed_data--> -<!-- <select id="find" resultType="com.job.zsc.pojo.AnalysisData">--> +<!-- <select id="find" resultType="AnalysisData">--> <!-- SELECT--> <!-- equipment_number as fume_dev_id,--> <!-- DATE(reporting_time) as fume_date,--> @@ -67,7 +67,7 @@ <!-- limit 0,500--> <!-- </select>--> <!--鏂拌〃--> - <select id="find" resultType="com.job.zsc.pojo.AnalysisData"> + <select id="find" resultType="com.flightfeather.monitor.pojo.AnalysisData"> SELECT a.MV_Stat_Code as fume_dev_id, @@ -119,7 +119,7 @@ <!-- 鍘婚噸--> - <select id="search" resultType="com.job.zsc.pojo.AnalysisData"> + <select id="search" resultType="com.flightfeather.monitor.pojo.AnalysisData"> select a.*,b.DI_Name,b.DI_Supplier from fm_web_analysis_data as a join ea_t_device_info as b on a.fume_dev_id = b.DI_Code <where> -- Gitblit v1.9.3