feat:查询location返回数据
This commit is contained in:
parent
19f2824c11
commit
ae43c7d597
|
@ -57,7 +57,7 @@ public class GardsNuclearfacilityServiceImpl extends ServiceImpl<GardsNuclearfac
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> findLocation() {
|
public List<String> findLocation() {
|
||||||
this.baseMapper.findLocation()
|
List<String> locations = this.baseMapper.findLocation();
|
||||||
return locations;
|
return locations;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user