wujianwei
2026-02-02 f5a22deb0ae1c68875355de2f02224464e6cc325
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));