|
@@ -707,15 +707,10 @@ public class PlatBuildingServiceImpl implements IPlatBuildingService {
|
|
|
String result = platBuildingMapper.getPhotovoltaicPower();
|
|
|
if (StringUtils.isBlank(result)){
|
|
|
result = "{\n" +
|
|
|
- " \"code\": 200,\n" +
|
|
|
- " \"success\": true,\n" +
|
|
|
- " \"data\": {\n" +
|
|
|
" \"sum\":\"0\",\n" +
|
|
|
" \"bm\":\"0\",\n" +
|
|
|
" \"gfb\":\"0\"\n" +
|
|
|
- " },\n" +
|
|
|
- " \"msg\": \"成功。\"\n" +
|
|
|
- "}";
|
|
|
+ " }";
|
|
|
}
|
|
|
return JSONObject.parseObject(result);
|
|
|
}
|