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/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