批量安排面试,初始状态赋值

This commit is contained in:
dxfeng 2023-09-25 16:35:33 +08:00
parent 4860d8dcc4
commit e60894828d
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import java.util.*;
/**
* <p>聚才林招聘</p>
* 批量安排笔试推笔试结果
* 批量面试推送面试评价
*
* @author:dxfeng
* @createTime: 2023/09/22
@ -136,8 +136,8 @@ public class BatchAddInterviewResultModeExpand extends AbstractModeExpandJavaCod
param.add(map.get("ptmsgsfcymspj"));
// 面试日期
param.add(map.get("msrq"));
// 面试状态
param.add(map.get("zt"));
// 面试状态,默认值待面试
param.add("0");
paramList.add(param);
}