添加行政区划功能,修复目录发送数量统计的BUG

This commit is contained in:
648540858
2022-04-18 17:38:49 +08:00
parent 93d69d5476
commit 91515f1b05
7 changed files with 20 additions and 14 deletions

View File

@@ -420,9 +420,6 @@ public class StreamPushServiceImpl implements IStreamPushService {
continue;
}
streamPushItemForPlatform.setPlatformId(platFormInfoArray[0]);
if (platFormInfoArray[0].equals("34020000002110000001")) {
System.out.println(111);
}
List<GbStream> gbStreamList = platformForEvent.get(platFormInfoArray[0]);
if (gbStreamList == null) {
gbStreamList = new ArrayList<>();