Commit 1f083a149883251310899b54659008b0f8a7d757

Authored by yangfei
1 parent 36415b2fac
Exists in master and in 1 other branch dev

高危缓存

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BasicConfigFacade.java View file @ 1f083a1
... ... @@ -63,7 +63,7 @@
63 63  
64 64  
65 65 BaseResponse baseResponse = new BaseResponse();
66   - baseResponse.setObject("");
  66 + baseResponse.setObject(mainBasicConfigList);
67 67 return baseResponse;
68 68 }
69 69