Commit 9aa9eed5 by 陶光胜

通过id查询省市区名称

parent 1f009334
......@@ -132,6 +132,7 @@ public class ProvincesController {
for(CountyDTO countyDTO : countyDTOList){
if(id.equals(countyDTO.getCountyId())){
result.add(countyDTO.getCountyName());
continue;
}
}
}
......
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