Commit aacbc728 by Phạm Văn Đoan

fix lỗi copy chưa sửa tên biến

parent 61319a58
...@@ -112,8 +112,8 @@ class CalculateReportCommand extends Command ...@@ -112,8 +112,8 @@ class CalculateReportCommand extends Command
$date_log = date('Y-m-d', time() - 86400); $date_log = date('Y-m-d', time() - 86400);
} }
// Check xem đã insert vào report_views_daily chưa // Check xem đã insert vào crawler_listen_histories chưa
$check_log = CrawlerListenHistory::where('date_log', $date_daily_ranking)->count(); $check_log = CrawlerListenHistory::where('date_log', $date_log)->count();
if($check_log >= 100){ if($check_log >= 100){
echo "\n - Log ngày đã được tạo trước đó."; echo "\n - Log ngày đã được tạo trước đó.";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment