面试/面谈

This commit is contained in:
zhangchenbiao
2024-03-21 16:38:50 +08:00
parent b35836ae2d
commit af3d96cfeb
8 changed files with 191 additions and 3 deletions

View File

@@ -23,4 +23,8 @@ public class LineAuditInfoDAO {
return auditInfo.getId();
}
public LineAuditInfoDO getAuditInfo(Long auditId){
return lineAuditInfoMapper.selectByPrimaryKey(auditId);
}
}