qifengquan 1 year ago
parent
commit
6585079a42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/controller/api/business/Goods.php

+ 1 - 1
app/data/controller/api/business/Goods.php

@@ -191,7 +191,7 @@ class Goods extends Controller
     public function goods_edit(){
         $goods_id = input('goods_id');
         $goods = ShopGoods::mk()->where('id',$goods_id)->find();
-        if($goods['examine'] == 0)$this->error('商品审核中暂不支持编辑');
+//        if($goods['examine'] == 0)$this->error('商品审核中暂不支持编辑');
         $data = $this->_vali(
             [
                 'name.require'=>'商品名称不能为空',