修复了客服日统计时机,展示更加全面的数据
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user