wujianwei
2025-12-23 57c9b5b40e36118917b84b383b78b63bf6e5a3d2
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));