Commit 88bb9b4f by weiss

Merge remote-tracking branch 'origin/master'

2 parents 011161b7 3cef9a81
......@@ -187,8 +187,9 @@ public class FeiShuEventController {
String oldUserId = feiShuMsgCardEventDTO.getAction().getValue().getKey().split("\\.")[2];
String robUserId = feiShuMsgCardEventDTO.getOpen_id();
Employee employee = employeeService.findByOpenId(robUserId);
synchronized (oldUserId) {
massageService.robSingle(robUserId, oldUserId, employee.getName());
}
String fileName1 = String.format("/templates/massage-msg-card-rob-end.json");
return getInteractiveCardStr(fileName1, "已经被" + employee.getName() + "抢啦,啦啦~");
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!