From bb93a4eeba12eea26cb1da1da211d14b960953ed Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 13 Apr 2026 17:56:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(hidden-evaluation):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7ID=E8=87=AA=E5=85=B3=E8=81=94=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/HiddenEvaluationRecordMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml index b54957f..d62dcb6 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml @@ -312,7 +312,6 @@ 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)