Commit 56ea186a126ed5b8de30684d17e929951586cbb7
1 parent
cbaeb0d526
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RegionController.java
View file @
56ea186
| ... | ... | @@ -199,7 +199,7 @@ |
| 199 | 199 | @RequestMapping(value = "/getAddressItems", method = RequestMethod.GET) |
| 200 | 200 | @ResponseBody |
| 201 | 201 | public BaseObjectResponse getAddressItems(@RequestParam(required = true)String address) throws UnsupportedEncodingException { |
| 202 | - address = new String(address.getBytes("ISO-8859-1"),"UTF-8"); | |
| 202 | + // address = new String(address.getBytes("ISO-8859-1"),"UTF-8"); | |
| 203 | 203 | return basicConfigService.getAddressItems(address); |
| 204 | 204 | } |
| 205 | 205 | } |