feat:country_code返回数据
This commit is contained in:
parent
ae43c7d597
commit
21b73368dc
|
@ -67,8 +67,8 @@ public class GardsStationsServiceImpl extends ServiceImpl<GardsStationsMapper, G
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> findCountryCode() {
|
public List<String> findCountryCode() {
|
||||||
this.baseMapper.findCountryCode();
|
List<String> countryCode = this.baseMapper.findCountryCode();
|
||||||
return null;
|
return countryCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user