Commit d7345042 by chenweisong

更新

parent 96f58d9c
......@@ -115,7 +115,7 @@ public class TaskController {
if (identityLinkList != null && identityLinkList.size() > 0) {
identityLinkList.forEach(identityLink -> {
if (identityLink.getType().equals("candidate")) {
List<UserTemplateMapper> mappers = userTemplateMapperService.findAllByUserIdAndActivityStatus(userId, Activity.STATUS_BEGIN);
List<UserTemplateMapper> mappers = userTemplateMapperService.findAllByUserIdAndActivityStatus(user.getId(), Activity.STATUS_BEGIN);
mappers.forEach(mapper -> {
Template template = mapper.getTemplate();
long templateId = template.getId();
......
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