参数修改
This commit is contained in:
parent
3b717ced58
commit
57757ae5ad
@ -152,6 +152,7 @@ public class SysIotModelServiceImpl implements SysIotModelService {
|
||||
pageQuery.setPageSize(sysIotModelFieldDto.getPageSize());
|
||||
log.info("查询物模型属性参数:{}",sysIotModelFieldDto);
|
||||
IPage<SysIotModelFieldVo> iPage = sysIotModelFieldMapper.querySysIotModelFieldList(pageQuery.build(), sysIotModelFieldDto);
|
||||
log.info("查询物模型属性返回总数{},:{}",iPage.getTotal(),iPage.getRecords());
|
||||
return PageDataInfo.build(iPage.getRecords(), iPage.getTotal());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user