公共处理

This commit is contained in:
zhangchenbiao
2024-03-20 16:11:05 +08:00
parent 9107126d85
commit a77abf1279
2 changed files with 1 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ public abstract class LineFlowService {
@Resource
private LineInfoDAO lineInfoDAO;
private LineFlowService lineFlowService;
/**
* 审核通过
* @param lineInfo

View File

@@ -256,4 +256,5 @@ public class LineInterviewServiceImpl extends LineFlowService implements LineInt
protected Boolean auditClose(Long auditId, LineInfoDO lineInfo, AuditRejectRequest request) {
return null;
}
}