修正字段名不同的问题
This commit is contained in:
@@ -9527,7 +9527,7 @@ class KefuForceCompleteView(APIView):
|
||||
# 7. 更新订单状态
|
||||
order.Status = 3
|
||||
order.AssignedCS = phone
|
||||
order.save(update_fields=['zhuangtai', 'clkf'])
|
||||
order.save(update_fields=['Status', 'AssignedCS'])
|
||||
|
||||
|
||||
if order.Platform == 1:
|
||||
|
||||
Reference in New Issue
Block a user