wugg 1 year ago
parent
commit
0042a4ac85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -3375,7 +3375,7 @@ class Goodup extends Base
         $rs = Db::name('good_platform')
             ->field('id')
             ->where(['spuCode' => $spuCode, 'is_del' => 0])
-            ->whereNotIn('exam_status', [1, 2,3])
+            ->whereNotIn('exam_status', [0,5])
             ->find();
 
         if (!empty($rs)) $is_allow_update = 0;