文件名从 src/main/java/com/job/zsc/service/impl/FugitiveDustServiceImpl.java 修改 |
| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | @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; |
| | | } |