root 5 년 전
부모
커밋
0ef403a761
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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'
+}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/p__admin__dashboard.async.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.