From ee2658dd687fe008f60535b87eb5d410549e2cc6 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 13 Apr 2026 17:37:56 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml index 351969b..7d529f2 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml @@ -312,6 +312,7 @@ left join corp_info ci ON h.corp_id = ci.id AND ci.delete_enum = 'FALSE' LEFT JOIN hidden_evaluation_record her ON h.hidden_id = her.hidden_id AND her.delete_enum = 'FALSE' WHERE h.delete_enum = 'FALSE' + and u.id!=u.corpinfo_id AND h.state = 301 AND ( (h.source IN (4,5) AND h.final_check = 1) @@ -450,7 +451,7 @@ AND her.corpinfo_id = ec.corpinfo_id AND her.evaluation_type = ec.evaluation_type AND her.delete_enum = 'FALSE' - + left join user u on h.creator_id = u.id WHERE ec.delete_enum = 'FALSE' AND ci.use_flag = 1