公共处理
This commit is contained in:
@@ -26,8 +26,6 @@ public abstract class LineFlowService {
|
||||
@Resource
|
||||
private LineInfoDAO lineInfoDAO;
|
||||
|
||||
private LineFlowService lineFlowService;
|
||||
|
||||
/**
|
||||
* 审核通过
|
||||
* @param lineInfo
|
||||
|
||||
@@ -256,4 +256,5 @@ public class LineInterviewServiceImpl extends LineFlowService implements LineInt
|
||||
protected Boolean auditClose(Long auditId, LineInfoDO lineInfo, AuditRejectRequest request) {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user