修改3个小bug

This commit is contained in:
李防
2022-03-05 17:05:05 +08:00
parent 3dc1e0368e
commit cbea5f64c9
5 changed files with 14346 additions and 88 deletions

View File

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