数据采集3.0

dev
zmyYYDS 2023-12-28 22:33:17 +08:00
parent 842d1c3b50
commit c6bc587fea
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ public class DataServiceApiLogServiceImpl extends BaseServiceImpl<DataServiceApi
IPage<DataServiceApiLogEntity> page = baseMapper.selectPage(getPage(query), getWrapper(query));
return new PageResult<>(DataServiceApiLogConvert.INSTANCE.convertList(page.getRecords()), page.getTotal());
}
@Override