|
@@ -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);
|
|
|
}
|
|
|
}
|