员工管理-审核管理,审核及修改状态调整

This commit is contained in:
曹磊 2026-02-11 11:27:58 +08:00
parent c714374b0f
commit 532cf35f22
2 changed files with 7 additions and 3 deletions

View File

@ -97,8 +97,10 @@ public class EmployeesApplyMQDto implements Serializable {
private String orgCode;
/**操作时间*/
private Date opeTime;
/**申请类型 0被邀请 1主动申请 2变更*/
private String applyType;
/**修改状态 1修改申请中 2通过 3驳回 */
private java.lang.String modifyStatus;
private String modifyStatus;
/**身份证有效开始日期 */
private Date startTime;

View File

@ -365,8 +365,10 @@ public class EmployeesMQListener {
employeesApply.setStatus("1");
employeesApply.setDelFlag("0");
employeesApply.setIzHistory("N");
employeesApply.setApplyType("2");
employeesApply.setModifyStatus("1");
// employeesApply.setApplyType("2");
// employeesApply.setModifyStatus("1");
employeesApply.setApplyType(dto.getApplyType());
employeesApply.setModifyStatus(dto.getModifyStatus());
//资源文件拉完图片统一存储不然页面有路径没资源可显示
String idCardPositive = employeesApply.getIdCardPositive();