root 5 years ago
parent
commit
0ef403a761
3 changed files with 5 additions and 1 deletions
  1. 0 1
      app/Console/Commands/SystemCache.php
  2. 5 0
      public/env.js
  3. 0 0
      public/p__admin__dashboard.async.js

+ 0 - 1
app/Console/Commands/SystemCache.php

@@ -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 - 0
public/env.js

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

File diff suppressed because it is too large
+ 0 - 0
public/p__admin__dashboard.async.js


Some files were not shown because too many files changed in this diff