wujianwei
2025-09-10 de448cb8a94591b85a99816d741480bf4c227879
service/src/main/java/com/ruoyi/cwgl/controller/SmartLockerApplicationController.java
@@ -95,7 +95,7 @@
        return toAjax(smartLockerApplicationService.insertSmartLockerApplication(smartLockerApplication));
    }
    @GetMapping("query")
    @GetMapping("licensePlate/query")
    public AjaxResult query(String licensePlateNumber )
    {
        return AjaxResult.success(smartLockerApplicationService.selectCwByLicensePlateNumber(licensePlateNumber));