修复单个添加的推流级联国标的问题
This commit is contained in:
@@ -485,6 +485,7 @@ public class StreamPushServiceImpl implements IStreamPushService {
|
||||
try {
|
||||
int addStreamResult = streamPushMapper.add(stream);
|
||||
if (!StringUtils.isEmpty(stream.getGbId())) {
|
||||
stream.setStreamType("push");
|
||||
gbStreamMapper.add(stream);
|
||||
}
|
||||
dataSourceTransactionManager.commit(transactionStatus);
|
||||
|
||||
Reference in New Issue
Block a user