去重导出列固定顺序为 id/ASIN/国家/价格/品牌;QueryAsin 按店铺加载数据并修正前端回退逻辑
Build Backend JAR / build (push) Has been cancelled
Build Backend JAR / build (push) Has been cancelled
This commit is contained in:
@@ -548,8 +548,7 @@ function fallbackQueryAsinsForShop(shopName?: string) {
|
||||
...matchedItems.value,
|
||||
];
|
||||
const exact = candidates.find((item) => (item?.shopName || "").trim() === normalizedShopName && hasQueryAsins(item));
|
||||
const any = candidates.find((item) => hasQueryAsins(item));
|
||||
return readQueryAsins(exact || any);
|
||||
return readQueryAsins(exact);
|
||||
}
|
||||
|
||||
function withQueryAsinFallback<T extends QueryAsinHistoryItem | QueryAsinShopQueueItem>(
|
||||
|
||||
Reference in New Issue
Block a user