From ef9c3ceb1d649e809a2aac36070904f0f873578f Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 18 Mar 2026 11:40:57 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E6=A1=88=E4=BB=B6=E6=A0=B8=E6=9F=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E5=8F=91=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../complaintCollection/ComplaintCollectionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java index f529e24..de45549 100644 --- a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java +++ b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java @@ -480,7 +480,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic queryWrapper.eq(DataCaseVerif::getOriginId, request.getOriginId()); long count = dataCaseVerifService.count(queryWrapper); if (count == 0) { - throw new RuntimeException("未找到对应案件核查数据"); + throw new RuntimeException("台账中未找到对应案件核查数据"); } if (count > 1) { throw new RuntimeException("匹配到多条案件核查数据,禁止更新");