This commit is contained in:
root
2019-12-12 09:30:52 +08:00
parent 361506b897
commit 0ef403a761
3 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,6 @@ class SystemCache extends Command
Order::where('created_at', '>=', strtotime(date('Y-m-1')))
->where('created_at', '<', time())
->where('status', '3')
->where('callback_no', '!=', NULL)
->sum('total_amount')
);
}