mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
修改首页数据接口bug
This commit is contained in:
@@ -39,7 +39,7 @@ public class indexController extends BaseController {
|
||||
IndexGeneralSituationVO generalSituation = pileBasicInfoService.getGeneralSituation(dto);
|
||||
response = new RestApiResponse<>(generalSituation);
|
||||
}catch (Exception e) {
|
||||
logger.error("首页数据查询错误:{}", e.getMessage());
|
||||
logger.error("首页数据查询错误", e);
|
||||
response = new RestApiResponse<>("00200001", "首页基础数据查询错误");
|
||||
}
|
||||
logger.info("首页数据查询 result:{}", JSON.toJSONString(response));
|
||||
|
||||
Reference in New Issue
Block a user