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)