Commit 84ac34cf authored by huyuchen's avatar huyuchen

huych-入职确认信息编辑提交

parent 41f1c465
......@@ -1867,7 +1867,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
String authUrl = String.format(SecurityConstants.WX_GET_MESSAGE_AUTH_URL, wxConfig.getCorpid(), wxConfig.getDomainName() + "/auth/oauth/wxLogin", "64" + registration.getId());
StringBuilder description = new StringBuilder();
String title = "作业自动化--人员入职通知";
description.append(registration.getEmployeeName())
description.append("新入职人员:")
.append(registration.getEmployeeName())
.append("_")
.append(registration.getEmpIdcard())
.append("_")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment