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')
);
}

5
public/env.js vendored Normal file
View File

@ -0,0 +1,5 @@
window.v2board = {
title: 'V2Board',
theme: '1',
host: 'https://portal.lonelybear.me'
}

File diff suppressed because one or more lines are too long