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;