generated from dxfeng/secondev-chapanda-feishu
增加现居住地信息到提取简历线程的插入映射中
This commit is contained in:
parent
bdb1cc8cd9
commit
2b93e281ff
|
|
@ -116,6 +116,8 @@ public class ExtractQllResumeThread extends Thread {
|
||||||
insertMap.put("ysjl", qllResumePo.getJlfj());
|
insertMap.put("ysjl", qllResumePo.getJlfj());
|
||||||
// 投递职位(第三方)
|
// 投递职位(第三方)
|
||||||
insertMap.put("tdzwdsf", qllResumePo.getYpzw());
|
insertMap.put("tdzwdsf", qllResumePo.getYpzw());
|
||||||
|
// 现居住地
|
||||||
|
insertMap.put("xjzd", qllResumePo.getXjzd());
|
||||||
|
|
||||||
|
|
||||||
String zt = ApplicationStatusEnum.DISTRIBUTION.getValue();
|
String zt = ApplicationStatusEnum.DISTRIBUTION.getValue();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue