|
@@ -361,7 +361,7 @@ public class ExamAuditServiceImpl implements ExamAuditService {
|
|
|
wrapper.and().eq("audit.audit_user_name", AUDIT_USER_NAME);
|
|
|
} else {
|
|
|
// 人工审核
|
|
|
- if (StringUtils.isNotBlank(query.getAuditUserName())) {
|
|
|
+ if (StringUtils.isNotBlank(query.getAuditUserName()) && !AUDIT_USER_NAME.equals(query.getAuditUserName())) {
|
|
|
wrapper.and().rightLike("audit.audit_user_name", query.getAuditUserName());
|
|
|
} else {
|
|
|
wrapper.and().notEq("audit.audit_user_name", AUDIT_USER_NAME);
|