Commit f6e8df4f authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent 14113e5e
...@@ -516,6 +516,9 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -516,6 +516,9 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
if (!wxConfig.sendTextCard(restTemplate, requestMap)) { if (!wxConfig.sendTextCard(restTemplate, requestMap)) {
wxConfig.sendTextCard(restTemplate, requestMap); wxConfig.sendTextCard(restTemplate, requestMap);
} }
//企业微信发送记录
logService.saveLog(user.getUserId(), CommonConstants.ZERO_STRING,"企业微信消息提醒", LocalDateTime.now(),
user.getNickname(),null);
} }
} }
......
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