generated from dxfeng/secondev-chapanda-feishu
投递时间
This commit is contained in:
parent
f05f66bfad
commit
c6c4cdf591
|
|
@ -8,7 +8,6 @@ import com.engine.recruit.enums.ApplicationStatusEnum;
|
|||
import com.engine.recruit.util.RecruitUtil;
|
||||
import org.apache.commons.collections.CollectionUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import weaver.common.DateUtil;
|
||||
import weaver.conn.RecordSet;
|
||||
import weaver.general.BaseBean;
|
||||
import weaver.general.Util;
|
||||
|
|
@ -99,7 +98,7 @@ public class ExtractQllResumeThread extends Thread {
|
|||
// 简历来源
|
||||
insertMap.put("jlly", qllResumePo.getLyqd());
|
||||
// 投递时间
|
||||
insertMap.put("tdsj", DateUtil.getDateTime());
|
||||
insertMap.put("tdsj", qllResumePo.getTdsj());
|
||||
// 原始简历
|
||||
insertMap.put("ysjl", qllResumePo.getJlfj());
|
||||
// 投递职位(第三方)
|
||||
|
|
|
|||
Loading…
Reference in New Issue