修复了客服日统计时机,展示更加全面的数据

This commit is contained in:
XingQue
2026-06-20 04:23:31 +08:00
parent 993c0c54b0
commit c70b2ee7be
10 changed files with 83 additions and 48 deletions

View File

@@ -2596,7 +2596,8 @@ class KehuTianxieDingdanView(APIView):
update_shangjia_daily(
yonghuid=lianjie_obj.UserID,
amount=Decimal(str(dingdan_obj.Amount)),
action=1 # 1 = 派发
action=1, # 1 = 派发
order_id=dingdan_obj.OrderID,
)
return Response({