From b9e559754c54c05359694ba2cdf101f1b3bf7c44 Mon Sep 17 00:00:00 2001 From: chen <2710907404@qq.com> Date: Thu, 20 Feb 2025 09:36:57 +0800 Subject: [PATCH] =?UTF-8?q?20250220=20=E6=9B=B4=E6=96=B0=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=B8=80=E9=94=AE=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/EntrustmentIdentificationMaterialServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustmentIdentificationMaterialServiceImpl.java b/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustmentIdentificationMaterialServiceImpl.java index 8b8d536..4f9a95c 100644 --- a/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustmentIdentificationMaterialServiceImpl.java +++ b/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustmentIdentificationMaterialServiceImpl.java @@ -540,7 +540,7 @@ public class EntrustmentIdentificationMaterialServiceImpl extends ServiceImpl updateWrapper = new UpdateWrapper(); - updateWrapper.eq("id", im.getId()); // 查询条件是 id 相等 + updateWrapper.eq("entrustment_id", im.getEntrustmentId()); // 查询条件是 id 相等 updateWrapper.set("check_passed", im.getCheckPassed()); updateWrapper.set("check_time", im.getCheckTime());