道路污染接口优化更新
This commit is contained in:
parent
e3cea5eea5
commit
1be0013a07
|
@ -121,7 +121,7 @@ public class RoadDataService {
|
|||
|
||||
public List<RoadData> selectRoadData(){
|
||||
QueryWrapper<RoadData> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.gt("pm10",200);
|
||||
queryWrapper.gt("pm10",150);
|
||||
List<RoadData> list = roadDataMapper.selectList(queryWrapper);
|
||||
return list;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue