fix complement_code_audit bug

FFIB 4 年 前
コミット
038a39b458
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      logs/models.py

+ 1 - 1
logs/models.py

@@ -118,7 +118,7 @@ class MchSearchModelAndCameraLogInfo(BaseModelMixin):
118 118
 class ComplementCodeLogInfo(BaseModelMixin):
119 119
     AUDIT_TODO = 0
120 120
     AUDIT_PASS = 1
121
-    AUDIT_REFUSED = 10
121
+    AUDIT_REFUSED = -1
122 122
 
123 123
     AUDIT_STATUS_TUPLE = (
124 124
         (AUDIT_TODO, u'待审核'),