wujianwei
2026-01-07 1091c0e1f8a96391fff3f918594b3ed6b1986c63
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));