qifengquan 1 년 전
부모
커밋
6585079a42
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'=>'商品名称不能为空',