From f171f23316d432f01a05d577d4fb4a4c54e53d81 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期二, 23 七月 2024 10:42:12 +0800
Subject: [PATCH] 不良品录入

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

diff --git a/src/main/java/com/whyc/controller/DefectiveProductsController.java b/src/main/java/com/whyc/controller/DefectiveProductsController.java
index ddb7434..2457105 100644
--- a/src/main/java/com/whyc/controller/DefectiveProductsController.java
+++ b/src/main/java/com/whyc/controller/DefectiveProductsController.java
@@ -34,7 +34,7 @@
 
     @ApiOperation("澶勭悊涓嶈壇鍝�")
     @PostMapping("updateDefective")
-    public Response updateDefective(@RequestBody DefectiveProductsHistory defectiveHis) throws IOException, MessagingException {
+    public Response updateDefective(@RequestBody DefectiveProductsHistory defectiveHis) {
         return service.updateDefective(defectiveHis);
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1