Commit 4c997117 4c9971174d8f5072a34d8ab39215b49ac00b1ce4 by xianghan

1.添加发送绑定消息的日志记录

1 parent ab835e69
...@@ -1029,6 +1029,7 @@ public class UserOperationServiceImpl implements UserOperationService { ...@@ -1029,6 +1029,7 @@ public class UserOperationServiceImpl implements UserOperationService {
1029 this.memberService.doUpdateMemberUserIptvIdAndBindIptvPlatformAndBindIptvTime(member); 1029 this.memberService.doUpdateMemberUserIptvIdAndBindIptvPlatformAndBindIptvTime(member);
1030 1030
1031 memberDTO.setPlatformAccount(platformAccount); 1031 memberDTO.setPlatformAccount(platformAccount);
1032 log.info("发送绑定消息至大屏,memberDTO ==>> {} || userTvDTO ==>> {}", memberDTO, userTvDTO);
1032 // 同步至iptv 1033 // 同步至iptv
1033 ((UserOperationServiceImpl)AopContext.currentProxy()) 1034 ((UserOperationServiceImpl)AopContext.currentProxy())
1034 .asyncMinaBind(new MemberAndUserTvDTO(memberDTO, userTvDTO)); 1035 .asyncMinaBind(new MemberAndUserTvDTO(memberDTO, userTvDTO));
......