|
@@ -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;
|