qifengquan hai 1 ano
pai
achega
6585079a42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'=>'商品名称不能为空',