From 12d9277646a5eeafc20f18c6bb4ea8a855d4e2c1 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期二, 23 七月 2024 15:48:36 +0800
Subject: [PATCH] 不良品推送修改

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

diff --git a/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java b/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
index de71f4d..99f731b 100644
--- a/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
+++ b/src/main/java/com/whyc/mapper/DefectiveProductsMapper.java
@@ -9,7 +9,7 @@
 
 public interface DefectiveProductsMapper extends CustomMapper<DefectiveProducts>{
     //涓嶈壇鍝侀椤垫帹閫�
-    List<DefectiveProducts> getDefectiveLimit(@Param("dto")DefectiveDto defectiveDto);
+    List<DefectiveProducts> getDefectiveLimit(@Param("dto") DefectiveDto defectiveDto);
 
 
 }
\ No newline at end of file

--
Gitblit v1.9.1