cnas-device/src/main/java/com/ruoyi/device/controller/DeviceInspectionRecordController.java
@@ -35,7 +35,7 @@ */ @ApiOperation("分页查询设备点检记录") @GetMapping("/getDeviceInspectionRecordByPage") public Result<IPage<DeviceInspectionRecord>> getDeviceInspectionRecordByPage(IPage page, DeviceInspectionRecordDto itemParameter) { public Result<IPage<DeviceInspectionRecord>> getDeviceInspectionRecordByPage(Page page, DeviceInspectionRecordDto itemParameter) { return deviceInspectionRecordService.getDeviceInspectionRecordByPage(page, itemParameter); }