|
|
|
@ -38,15 +38,29 @@ public class ApplyInfoListManager {
|
|
|
|
|
private TdFileRelationService fileRelationService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 人员登记
|
|
|
|
|
* @param applyInfoListDTO
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public List<TdApplyInfoList> selectTdApplyInfoListList(TdApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
|
return applyInfoListService.selectTdApplyInfoListList(applyInfoListDTO);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 培训教育
|
|
|
|
|
* @param applyInfoListDTO
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public List<TdApplyInfoList> selectTdApplyInfoListListByApplyStatus(TdApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
|
return applyInfoListService.selectTdApplyInfoListListByApplyStatus(applyInfoListDTO);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 人员审查
|
|
|
|
|
* @param applyInfoListDTO
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public List<TdApplyInfoList> selectTdAuditInfoListList(TdApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
|
return applyInfoListService.selectTdAuditInfoListList(applyInfoListDTO);
|
|
|
|
|
}
|
|
|
|
|