Update comment

Brightcells лет %!s(int64=7): %!d(string=назад)
Родитель
Сommit
762555f352
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/clerk_views.py

+ 1 - 1
api/clerk_views.py

@@ -68,7 +68,7 @@ def clerk_update(request):
68 68
     clerk_id = request.POST.get('clerk_id', '')
69 69
     clerk_name = request.POST.get('clerk_name', '')
70 70
     clerk_phone = request.POST.get('clerk_phone', '')
71
-    is_auth = request.POST.get('is_auth', '0')  # 1 为已关注,0 为未关注
71
+    is_auth = request.POST.get('is_auth', '0')  # 1 为已授权,0 为未授权
72 72
 
73 73
     admin_id = request.session.get('admin_id')
74 74