:art: Add complement_code

huangqimin001 лет %!s(int64=4): %!d(string=назад)
Родитель
Сommit
3f3789262d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      api/complement_views.py

+ 4 - 0
api/complement_views.py

@@ -77,6 +77,10 @@ def complement_code_audit(request):
77 77
     log.audit_status = audit_status
78 78
     log.save()
79 79
 
80
+    # if log.audit_status == ComplementCodeLogInfo.AUDIT_PASS:
81
+    #     # TODO: Send template_message
82
+    #     pass
83
+
80 84
     return response()
81 85
 
82 86