正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -54,8 +54,6 @@ class ForwardInquiryCount extends Command | @@ -54,8 +54,6 @@ class ForwardInquiryCount extends Command | ||
| 54 | ->where('send_time','>=',$startTime.' 00:00:00') | 54 | ->where('send_time','>=',$startTime.' 00:00:00') |
| 55 | ->where('send_time','<=',$endTime.' 23:59:59') | 55 | ->where('send_time','<=',$endTime.' 23:59:59') |
| 56 | ->get(); | 56 | ->get(); |
| 57 | - var_dump($list); | ||
| 58 | - die(); | ||
| 59 | if(!empty($list)){ | 57 | if(!empty($list)){ |
| 60 | $list = $list->toArray(); | 58 | $list = $list->toArray(); |
| 61 | $forwardModel = new ForwardCount(); | 59 | $forwardModel = new ForwardCount(); |
-
请 注册 或 登录 后发表评论