Commit d9e3195985a9df4aca784a38c5c70d211f217742
1 parent
b0d1728514
Exists in
master
and in
6 other branches
区分常用
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/EnumsController.java
View file @
d9e3195
... | ... | @@ -386,7 +386,7 @@ |
386 | 386 | BaseObjectResponse baseObjectResponse = new BaseObjectResponse(); |
387 | 387 | baseObjectResponse.setData(data); |
388 | 388 | baseObjectResponse.setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg(ErrorCodeConstants.SUCCESS_DESCRIPTION); |
389 | - String json = JsonUtil.array2JsonString(baseObjectResponse); | |
389 | + String json = JsonUtil.obj2JsonString(baseObjectResponse); | |
390 | 390 | writeJsonWithCache(response, json, cacheTime); |
391 | 391 | } |
392 | 392 |