作者 Cool
1 个管道 的构建 通过 耗费 0 秒

后台业务员商品数量上限修改

@@ -142,7 +142,7 @@ class SalesmanController extends AdminBaseController{ @@ -142,7 +142,7 @@ class SalesmanController extends AdminBaseController{
142 $this -> error('佣金不能大于售价'); 142 $this -> error('佣金不能大于售价');
143 } 143 }
144 $goods_data = Db::name('goods') -> where('uid',$_POST['uid']) -> select() -> toArray(); 144 $goods_data = Db::name('goods') -> where('uid',$_POST['uid']) -> select() -> toArray();
145 - if(count($goods_data) >= 8){ 145 + if(count($goods_data) >= 16){
146 $this -> error('添加失败'); 146 $this -> error('添加失败');
147 }else{ 147 }else{
148 if(!empty($_POST['det_img'])){ 148 if(!empty($_POST['det_img'])){