作者 lyh

gx

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