This commit is contained in:
zhangchenbiao
2024-04-10 14:14:37 +08:00
parent 1ec431bb06
commit 2c3c4843e8

View File

@@ -425,8 +425,7 @@ public class LineInterviewServiceImpl extends LineFlowService implements LineInt
@Override
protected Boolean auditClose(Long auditId, LineInfoDO lineInfo) {
auditReject(auditId, lineInfo);
return true;
return Boolean.TRUE;
}
}