临时提交

This commit is contained in:
lin
2025-10-22 10:55:15 +08:00
parent d48e0cc031
commit 24c7bfb756
16 changed files with 418 additions and 163 deletions

View File

@@ -549,6 +549,7 @@ public class StreamPushServiceImpl implements IStreamPushService {
}
@Override
@Transactional
public void batchUpdate(List<StreamPush> streamPushItemForUpdate) {
streamPushMapper.batchUpdate(streamPushItemForUpdate);
List<CommonGBChannel> commonGBChannels = new ArrayList<>();