feiyu02
2023-10-19 f5d149a03739086d34c4dc2eb924bcf0e4330521
src/main/java/com/flightfeather/monitor/service/impl/FugitiveDustServiceImpl.java
文件名从 src/main/java/com/job/zsc/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;
    }