|
@@ -105,6 +105,9 @@ public class AgentAuthorizeModelingServiceImpl extends ServiceImpl<IAgentAuthori
|
|
|
if(agentAuthorizeModeling.getAgentId() != null){
|
|
|
agentIds.add( agentAuthorizeModeling.getAgentId());
|
|
|
}
|
|
|
+ if(StringUtils.isNotBlank(agentAuthorizeModeling.getCustomerName())){
|
|
|
+ mailTemplateService.sendAuthExpMail(agentAuthorizeModeling.getCustomerName());
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
List<AgentNew> agentNews = agentNewService.listByIds(agentIds);
|