修正字段名不同的问题

This commit is contained in:
2026-06-19 22:15:46 +08:00
parent a06202d297
commit a7f43a4e74
8 changed files with 18 additions and 174 deletions

View File

@@ -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: