|
@@ -308,7 +308,7 @@ public class EnrollmentRegistrationService extends ServiceImpl<EnrollmentRegistr
|
|
|
|
|
|
String randomCode = report.getName() + "你好!欢迎入职" + officeName + ",请尽快登录公司系统:" + networkAddress
|
|
|
+ "完善个人信息(包括社保卡号与工资卡号)并修改初始密码,系统初始账号密码为:" + report.getName() +
|
|
|
- "/123456,人事部门已在为你办理门禁卡,办理成功后将由系统告知,在收到系统通知后,请及时到办公室"+ listByPostId.get(0).getName() +"处领取门禁卡!"+
|
|
|
+ "/123456,人事部门已在为你办理门禁卡,办理成功后将由系统告知,在收到系统通知后,请及时到信息部"+ listByPostId.get(0).getName() +"处领取门禁卡!"+
|
|
|
"注:工资卡需同时提供中信银行、招商银行卡号";
|
|
|
Map<String, Object> stringObjectMap = SpringUtil.getBean(IUserApi.class).sendRandomCodes(report.getMobilePhone(), randomCode);
|
|
|
String statusCode = (String) stringObjectMap.get("statusCode");
|
|
@@ -411,7 +411,7 @@ public class EnrollmentRegistrationService extends ServiceImpl<EnrollmentRegistr
|
|
|
// UserDTO userInfo = SpringUtil.getBean(IUserApi.class).getByLoginNameNotTenantId("赵俐");
|
|
|
// String keyAssignee = userInfo.getId();
|
|
|
|
|
|
- PostDTO postInfo = SpringUtil.getBean(IPostApi.class).getPostDTOByName("门卡办理人");
|
|
|
+ PostDTO postInfo = SpringUtil.getBean(IPostApi.class).getPostDTOByName("门卡管理员");
|
|
|
String keyAssignee = getAssignee2(postInfo.getId());
|
|
|
|
|
|
String keyRecordType = "";
|