正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -44,11 +44,11 @@ class APublicModel extends Base | @@ -44,11 +44,11 @@ class APublicModel extends Base | ||
| 44 | ->where('project_id', $project_id)->where('status', self::STATUS_ON)->count(); | 44 | ->where('project_id', $project_id)->where('status', self::STATUS_ON)->count(); |
| 45 | //获取项目的询盘数量 | 45 | //获取项目的询盘数量 |
| 46 | $inquiryNumber = 0; | 46 | $inquiryNumber = 0; |
| 47 | -// $countInfo = DB::table('gl_count')->where('project_id', $project_id)->orderBy('id', 'desc') | ||
| 48 | -// ->first(); | ||
| 49 | -// if(!empty($countInfo)){ | ||
| 50 | -// @file_put_contents(storage_path('logs/lyh_error.log'), var_export($countInfo, true) . PHP_EOL, FILE_APPEND); | ||
| 51 | -// $inquiryNumber = $countInfo['inquiry_num'] ?? 0; | 47 | + $countInfo = DB::table('gl_count')->where('project_id', $project_id)->orderBy('id', 'desc') |
| 48 | + ->first(); | ||
| 49 | + if(!empty($countInfo)){ | ||
| 50 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($countInfo, true) . PHP_EOL, FILE_APPEND); | ||
| 51 | + $inquiryNumber = $countInfo['inquiry_num'] ?? 0; | ||
| 52 | // } | 52 | // } |
| 53 | $data = ['product'=>$productNumber,'blog'=>$blogNumber,'news'=>$newsNumber,'key'=>$keyNumber,'inquiry'=>$inquiryNumber]; | 53 | $data = ['product'=>$productNumber,'blog'=>$blogNumber,'news'=>$newsNumber,'key'=>$keyNumber,'inquiry'=>$inquiryNumber]; |
| 54 | Cache::add('product_blog_news_'.$project_id,$data,30 * 60); | 54 | Cache::add('product_blog_news_'.$project_id,$data,30 * 60); |
-
请 注册 或 登录 后发表评论