fix: 抢单/组队卡片成交指标有字段即返回,均时含0样本

商家指标俱乐部兜底;组队大厅附带商家成交率/罚款率/均时。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-27 08:21:33 +08:00
parent 871144b53b
commit 3fe24cbcce
3 changed files with 40 additions and 9 deletions

View File

@@ -289,7 +289,7 @@ class DashouDingdanHuoquView(APIView):
identity_pairs = []
youzhi_map = {}
merchant_uids = set(shangjia_id_map.values())
merchant_uids = {u for u in shangjia_id_map.values() if u}
if merchant_uids:
for sj in UserShangjia.query.filter(
user__UserUID__in=merchant_uids