Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0

This commit is contained in:
gushouzheng
2022-08-06 09:00:14 +08:00
8 changed files with 17 additions and 8 deletions

View File

@@ -492,6 +492,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);