Commit 7c111ab7 7c111ab78d8eacac62e42ef32d78b2f1ce099b94 by xianghan

1.优化

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