|
|
@@ -226,7 +226,6 @@ public class IotServiceImpl extends SuperService {
|
|
|
* @return
|
|
|
*/
|
|
|
public ResultContent<Page<IotTemplateModel>> pageTemplate(Pageable pageable, IotTemplateSearch param) {
|
|
|
- initSearchParam(param);
|
|
|
param.setIotDataType(IotDataType.IotTemplate);
|
|
|
Page<IotTemplate> page = iotTemplateDao.page(pageable, param);
|
|
|
return ResultContent.buildSuccess(PageEntityUtil.toPageModel(page, this::toModel));
|