mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 查询日志列表
This commit is contained in:
@@ -194,6 +194,13 @@ public class PileBasicInfoController extends BaseController {
|
||||
pileFeedList = pileMsgRecordService.getPileFeedList(dto);
|
||||
} catch (Exception e) {
|
||||
logger.error("查询充电桩通讯日志error", e);
|
||||
pileFeedList = PageResponse.builder()
|
||||
.list(Lists.newArrayList())
|
||||
.pageNum(dto.getPageNum())
|
||||
.pageSize(dto.getPageSize())
|
||||
.total(0)
|
||||
.pages(0)
|
||||
.build();
|
||||
}
|
||||
return AjaxResult.success(pileFeedList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user