|
|
@@ -254,11 +254,11 @@ async function tryAllComposite() {
|
|
|
}
|
|
|
}
|
|
|
if(taskMode == 2){
|
|
|
- if(idsList.length == 0){
|
|
|
+ // if(idsList.length == 0){
|
|
|
magicJS.logger.info(`尝试通过入口名称匹配对应活动ID`);
|
|
|
let newList = await getActivityIdsByEntryTile();
|
|
|
- idsList = idsList.concat(newList);
|
|
|
- }
|
|
|
+ idsList = newList.concat(idsList);
|
|
|
+ // }
|
|
|
}
|
|
|
if(idsList.length == 0){
|
|
|
magicJS.logger.info(`缺少合成活动ID`);
|