正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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'])){ |
-
请 注册 或 登录 后发表评论