From aacbd7e7bfee3604d22388801b45955a26f746fa Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 21 八月 2023 13:39:38 +0800
Subject: [PATCH] 改bug

---
 inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionProductServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionProductServiceImpl.java b/inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionProductServiceImpl.java
index c07063c..7e63ffb 100644
--- a/inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionProductServiceImpl.java
+++ b/inspection-server/src/main/java/com/yuanchu/limslaboratory/service/impl/InspectionProductServiceImpl.java
@@ -22,7 +22,7 @@
     @Resource
     InspectionProductMapper inspectionProductMapper;
 
-    //鏇存柊妫�楠岄」鐩�
+   /* //鏇存柊妫�楠岄」鐩�
     @Override
     public boolean updateInsProduct(Integer userId, InspectionProduct inspectionProduct) {
         //璧嬪�兼楠屽憳id
@@ -38,7 +38,7 @@
                 .eq(InspectionProduct::getName, inspectionProduct.getName());
         inspectionProductMapper.update(inspectionProduct, updateWrapper);
         return true;
-    }
+    }*/
 
     /*鍒ゆ柇妫�娴嬪�兼槸鍚︽弧瓒虫爣鍑嗗�煎拰鍐呮帶鍊肩殑瑕佹眰,濡傛灉涓嶆弧瓒冲垯妫�楠岀粨璁轰负涓嶅悎鏍�*/
     private int checkValues(String standardValueStr, String controlValueStr, String detectionValueStr) {

--
Gitblit v1.9.3