Commit ff4ad5ba by 陶光胜

省市区

parent 5ac760c0
......@@ -59,7 +59,7 @@ public class ProvincesApiServiceImpl implements ProvincesApiService {
@Override
public ServiceResponse<List<CityDTO>> queryCity(String search) {
return ServiceResponse.success(EntityUtil.changeEntityListByJSON(CityDTO.class, this.queryCity(search)));
return ServiceResponse.success(EntityUtil.changeEntityListByJSON(CityDTO.class, this.provincesService.queryCity(search)));
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment