From f8d2ed7e85ba0fc36afa5054c137318becdbc13f Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Thu, 30 Sep 2021 17:58:51 +0800 Subject: [PATCH] edit-api-licheb-user --- api/controllers/wxapp/licheb/User.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api/controllers/wxapp/licheb/User.php b/api/controllers/wxapp/licheb/User.php index 9387b45e..518c3231 100644 --- a/api/controllers/wxapp/licheb/User.php +++ b/api/controllers/wxapp/licheb/User.php @@ -189,13 +189,13 @@ class User extends Wxapp{ $group_id == 1 && $where["admin_id"] = $uid; $group_id == 4 && $where['brand_id!='] = 3; //渠道经理过滤 $need_sign = $this->orders_model->count($where);//需要签名 - $where = [ - "status"=>1, - "biz_id" => $biz_id - ]; - $group_id == 1 && $where["admin_id"] = $uid; - $group_id == 4 && $where['brand_id!='] = 3; //渠道经理过滤 - $loan_count = $this->orders_model->count($where);//未选择分期 + //$where = [ + // "status"=>1, + // "biz_id" => $biz_id + //]; + //$group_id == 1 && $where["admin_id"] = $uid; + //$group_id == 4 && $where['brand_id!='] = 3; //渠道经理过滤 + //$loan_count = $this->orders_model->count($where);//未选择分期 $where = [ "status"=>3, "biz_id" => $biz_id @@ -211,9 +211,9 @@ class User extends Wxapp{ $group_id == 4 && $where['brand_id!='] = 3; //渠道经理过滤 $del_count = $this->orders_model->count($where);//交付确认 $deallist = [ - ['title'=>'需登记订单','icon'=>'icon-dengji','total'=>$uncre_count,'page'=>'/pages/order/register/index'], + ['title'=>'登记订单','icon'=>'icon-dengji','total'=>$uncre_count,'page'=>'/pages/order/register/index'], ['title'=>'需邀请签名','icon'=>'icon-qianming1','total'=>$need_sign,'page'=>'/pages/order/filterList/index?key=0&ismy=1'], - ['title'=>'未选择分期','icon'=>'icon-fenpei','total'=>$loan_count,'page'=>'/pages/order/filterList/index?key=1&ismy=1'], + //['title'=>'未选择分期','icon'=>'icon-fenpei','total'=>$loan_count,'page'=>'/pages/order/filterList/index?key=1&ismy=1'], ['title'=>'开票相关','icon'=>'icon-kaipiao1','total'=>$bill_count,'page'=>'/pages/order/filterList/index?key=3&ismy=1'], ['title'=>'交付确认','icon'=>'icon-jiaofu','total'=>$del_count,'page'=>'/pages/order/filterList/index?key=5&ismy=1'], ];