From f5d149a03739086d34c4dc2eb924bcf0e4330521 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 19 十月 2023 09:10:14 +0800
Subject: [PATCH] 修改src文件下的文件路径名称

---
 src/main/resources/com/flightfeather/monitor/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/com/flightfeather/monitor/mapper/AnalysisDataMapper.xml
similarity index 95%
rename from src/main/resources/com/job/zsc/mapper/AnalysisDataMapper.xml
rename to src/main/resources/com/flightfeather/monitor/mapper/AnalysisDataMapper.xml
index 6a602ed..02b073b 100644
--- a/src/main/resources/com/job/zsc/mapper/AnalysisDataMapper.xml
+++ b/src/main/resources/com/flightfeather/monitor/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