作者 刘朕
1 个管道 的构建 通过 耗费 20 秒

业务员添加商品上限调整

... ... @@ -103,7 +103,7 @@ class SalesmangoodsController extends WeChatBaseController{
if($this -> request -> isPost()){
$uid = cmf_get_current_user_id();
$salesman_goods = Db::name('goods') -> where("uid=".$uid." and type = 2") -> select();
if(count($salesman_goods)>=8){
if(count($salesman_goods)>=16){
return 3;
}
if($_POST['money']>$_POST['price']){
... ...