|
|
@@ -418,7 +418,7 @@ public class UserServiceImpl implements UserService {
|
|
|
model.put("userTel", user.getUserTel());
|
|
|
model.put("rootpath", AgentUtils.getHost(request));
|
|
|
if (user.getUserEmail() != null) {
|
|
|
- mailService.send(messageConf.getTplInvitationForB2B(), user.getUserEmail(), model);
|
|
|
+ mailService.send(messageConf.getTplAfterBeAddedtoB2B(), user.getUserEmail(), model);
|
|
|
}
|
|
|
return user;
|
|
|
}
|