|
@@ -103,7 +103,6 @@ public class IotStaticController {
|
|
|
|
|
|
@GetMapping("/notice")
|
|
|
public CommonResult<PageResult<OrderVo>> getNotice(@Valid OrderVo pageReqVO) {
|
|
|
- pageReqVO.setPageSize(1);
|
|
|
PageResult<OrderVo> notice = iotMaintainService.getNotice(pageReqVO);
|
|
|
if (CollUtil.isEmpty(notice.getList())) {
|
|
|
return success(new PageResult<>(notice.getTotal()));
|