Browse Source

sunguidong

zhangguidong 2 năm trước cách đây
mục cha
commit
7f781b0a9c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      app/model/shop/ShopApply.php

+ 1 - 2
app/model/shop/ShopApply.php

@@ -594,8 +594,7 @@ class ShopApply extends BaseModel
     public function suppShopApplyCount($condition = [])
     {
         $time = strtotime('today');
-        $res = model('supplier_examine')->getInfo([['create_time','>=',$time]],'COUNT(id)');
-        print_r($res);die;
+        $res = model('supplier_examine')->getInfo([['create_time','>=',$time]],'COUNT(id) shop_apply_count');
         return $this->success($res);
     }
 }