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

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

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