正在显示
1 个修改的文件
包含
0 行增加
和
18 行删除
| @@ -164,24 +164,6 @@ class Count extends Command | @@ -164,24 +164,6 @@ class Count extends Command | ||
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | /** | 166 | /** |
| 167 | - * @param $yesterday | ||
| 168 | - * @name :(服务达标天数)compliance_day | ||
| 169 | - * @author :lyh | ||
| 170 | - * @method :post | ||
| 171 | - * @time :2023/6/14 15:48 | ||
| 172 | - */ | ||
| 173 | - public function compliance_day($project_id){ | ||
| 174 | - //服务达标天数 | ||
| 175 | - $rank_info = DB::table('gl_rank_data')->where(['project_id'=>$project_id,'lang'=>''])->select(['compliance_day'])->first(); | ||
| 176 | - if(empty($rank_info)){ | ||
| 177 | - $compliance_day = 0; | ||
| 178 | - }else{ | ||
| 179 | - $compliance_day = $rank_info->compliance_day; | ||
| 180 | - } | ||
| 181 | - return $compliance_day; | ||
| 182 | - } | ||
| 183 | - | ||
| 184 | - /** | ||
| 185 | * @name :(查询参数设置)selectParam | 167 | * @name :(查询参数设置)selectParam |
| 186 | * @author :lyh | 168 | * @author :lyh |
| 187 | * @method :post | 169 | * @method :post |
-
请 注册 或 登录 后发表评论