From a58bd8027412dc3214c9a59f63a70def20f05e21 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 13 Apr 2026 17:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E8=80=83=E8=AF=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/HiddenEvaluationRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml index 7d529f2..b54957f 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml @@ -360,7 +360,7 @@ left join user u on hd.evaluation_user_id = u.id and u.delete_enum = 'FALSE' where her.delete_enum = 'FALSE' and her.find_user_id = #{params.findUserId} - and her.evaluation_result=2 + and her.evaluation_result in (2,3) AND h.state = 301 -- 已验收 -- 来源4/5必须满足final_check=1,其他只需要state=301 AND (