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;