|
@ -716,7 +716,7 @@ public class VideoManagerStoragerImpl implements IVideoManagerStorager { |
|
|
try { |
|
|
try { |
|
|
if (streamProxyMapper.add(streamProxyItem) > 0) { |
|
|
if (streamProxyMapper.add(streamProxyItem) > 0) { |
|
|
if (!StringUtils.isEmpty(streamProxyItem.getGbId())) { |
|
|
if (!StringUtils.isEmpty(streamProxyItem.getGbId())) { |
|
|
if (gbStreamMapper.add(streamProxyItem) > 0) { |
|
|
if (gbStreamMapper.add(streamProxyItem) <= 0) { |
|
|
//事务回滚
|
|
|
//事务回滚
|
|
|
dataSourceTransactionManager.rollback(transactionStatus); |
|
|
dataSourceTransactionManager.rollback(transactionStatus); |
|
|
return false; |
|
|
return false; |
|
|