From a90d9bcdca6f1d87bda8e76738b488dbfd9b19f5 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期四, 03 八月 2023 09:59:52 +0800
Subject: [PATCH] 增加软件筛选条件

---
 src/main/java/com/whyc/controller/ProductLockLogController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/controller/ProductLockLogController.java b/src/main/java/com/whyc/controller/ProductLockLogController.java
index 8211f0d..c813ebc 100644
--- a/src/main/java/com/whyc/controller/ProductLockLogController.java
+++ b/src/main/java/com/whyc/controller/ProductLockLogController.java
@@ -22,7 +22,7 @@
     private ProductLockLogService service;
 
     @ApiOperation("鏌ヨ鍒楄〃-鏍规嵁姣嶆枡缂栫爜鍜屽畾鍒惰〃鍗曞彿")
-    @GetMapping
+    @GetMapping("listByParentCodeAndCustomCode")
     public Response getListByParentCodeAndCustomCode(@RequestParam String parentCode,@RequestParam String customCode){
         List<ProductLockLog> lockLogList = service.getListByParentCodeAndCustomCode(parentCode,customCode);
         return new Response().set(1,lockLogList);

--
Gitblit v1.9.1