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/java/com/flightfeather/monitor/service/impl/FugitiveDustServiceImpl.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/job/zsc/service/impl/FugitiveDustServiceImpl.java b/src/main/java/com/flightfeather/monitor/service/impl/FugitiveDustServiceImpl.java
similarity index 96%
rename from src/main/java/com/job/zsc/service/impl/FugitiveDustServiceImpl.java
rename to src/main/java/com/flightfeather/monitor/service/impl/FugitiveDustServiceImpl.java
index c3ca5c8..f1a6131 100644
--- a/src/main/java/com/job/zsc/service/impl/FugitiveDustServiceImpl.java
+++ b/src/main/java/com/flightfeather/monitor/service/impl/FugitiveDustServiceImpl.java
@@ -1,10 +1,10 @@
-package com.job.zsc.service.impl;
+package com.flightfeather.monitor.service.impl;
 
+import com.flightfeather.monitor.mapper.FugitiveDustMapper;
+import com.flightfeather.monitor.pojo.*;
+import com.flightfeather.monitor.service.FugitiveDustService;
 import com.github.pagehelper.Page;
 import com.github.pagehelper.PageHelper;
-import com.job.zsc.mapper.FugitiveDustMapper;
-import com.job.zsc.pojo.*;
-import com.job.zsc.service.FugitiveDustService;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -178,7 +178,7 @@
     }
 
     @Override
-    public List<AnalysisDustData> analysisdataByType(String month,String type) {
+    public List<AnalysisDustData> analysisdataByType(String month, String type) {
         List<AnalysisDustData> list = fugitiveDustMapper.analysisdataByType(month,type);
         return list;
     }

--
Gitblit v1.9.3