|
|
@ -101,7 +101,6 @@ public class MessageServiceImpl implements MessageService { |
|
|
|
log.error("短信发送失败:站点code获取失败 : {}",entity); |
|
|
|
log.error("短信发送失败:站点code获取失败 : {}",entity); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
log.error("短信发送,站点信息: {}",station.getData()); |
|
|
|
|
|
|
|
//通知站点项目经理这个角色
|
|
|
|
//通知站点项目经理这个角色
|
|
|
|
List<User> users = userClient.relationUserListByRoleAlias(station.getData().getTenantId(), station.getData().getRefDept(), PROJECT_MANAGER).getData(); |
|
|
|
List<User> users = userClient.relationUserListByRoleAlias(station.getData().getTenantId(), station.getData().getRefDept(), PROJECT_MANAGER).getData(); |
|
|
|
if(CollectionUtil.isEmpty(users)){ |
|
|
|
if(CollectionUtil.isEmpty(users)){ |
|
|
|