From c674f804482e2c912d75a46b455877c445a54444 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期五, 26 十二月 2025 13:53:42 +0800
Subject: [PATCH] fix :拉取维修维保记录表

---
 src/main/java/com/boying/controller/InspectionController.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/boying/controller/InspectionController.java b/src/main/java/com/boying/controller/InspectionController.java
index 99695dd..fc9872d 100644
--- a/src/main/java/com/boying/controller/InspectionController.java
+++ b/src/main/java/com/boying/controller/InspectionController.java
@@ -25,11 +25,9 @@
 public class InspectionController {
 
     private final InspectionService inspectionService;
-    private final ParkService parkService;
 
     @PostMapping("/findPage")
-    //@Operation(summary = "鍒嗛〉鏌ヨ" , description = "鍒嗛〉鏌ヨ" )
-    public Object findPage(Page page, String carNo) {
+    public Object findPage(Page page) {
         QueryWrapper<Inspection> wrapper = new QueryWrapper<>();
         wrapper.lambda()
                 .orderByDesc(Inspection::getId);

--
Gitblit v1.9.1