wugg преди 1 година
родител
ревизия
da874680ed
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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])
+            ->whereNotIn('exam_status', [1, 2,3])
             ->find();
 
         if (!empty($rs)) $is_allow_update = 0;