fix complement_code_audit bug

FFIB 4 anni fa
parent
commit
038a39b458
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'待审核'),