feat:查询location返回数据

This commit is contained in:
qiaoqinzheng 2023-05-23 09:35:59 +08:00
parent 19f2824c11
commit ae43c7d597

View File

@ -57,7 +57,7 @@ public class GardsNuclearfacilityServiceImpl extends ServiceImpl<GardsNuclearfac
@Override
public List<String> findLocation() {
this.baseMapper.findLocation()
List<String> locations = this.baseMapper.findLocation();
return locations;
}