Commit 73374555a2048f9c28e11c628519304e320ae833
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RegionController.java
View file @
7337455
... | ... | @@ -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"),"gbk"); | |
203 | 203 | return basicConfigService.getAddressItems(address); |
204 | 204 | } |
205 | 205 | } |