1.优化
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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(); | ... | ... |
-
Please register or sign in to post a comment