Commit 7c111ab7 7c111ab78d8eacac62e42ef32d78b2f1ce099b94 by xianghan

1.优化

1 parent 0bfe235d
...@@ -123,7 +123,7 @@ public class UserOperationServiceImpl implements UserOperationService { ...@@ -123,7 +123,7 @@ public class UserOperationServiceImpl implements UserOperationService {
123 @Transactional(propagation = Propagation.SUPPORTS, readOnly = true, rollbackFor = Exception.class) 123 @Transactional(propagation = Propagation.SUPPORTS, readOnly = true, rollbackFor = Exception.class)
124 public UserTvDTO createTvUserAndMember(UserTv resources) { 124 public UserTvDTO createTvUserAndMember(UserTv resources) {
125 125
126 boolean flag = false; 126 boolean flag = true;
127 127
128 // 大屏账户 128 // 大屏账户
129 String platformAccount = resources.getPlatformAccount(); 129 String platformAccount = resources.getPlatformAccount();
......