|
|
@@ -840,7 +840,7 @@ public class MeetingManage { |
|
|
|
" and m.type = %s and m.status != 3", meetingType); |
|
|
|
query.eq(Project::getStatus, status.getCode()); |
|
|
|
query.and(q1 -> q1.notExists(sql).or(q2 -> q2.exists(sql + " inner join nd_expert_review ner " + |
|
|
|
"on ner.meeting_id = m.id and ner.is_final = true and review_result in (2, 3)"))); |
|
|
|
"on ner.meeting_id = m.id and ner.project_id = mip.project_id and ner.is_final = true and review_result in (2, 3)"))); |
|
|
|
} |
|
|
|
|
|
|
|
} |