正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -11,6 +11,8 @@ class StatisticalController extends AdminBaseController{ | @@ -11,6 +11,8 @@ class StatisticalController extends AdminBaseController{ | ||
11 | */ | 11 | */ |
12 | public function financial_list(){ | 12 | public function financial_list(){ |
13 | 13 | ||
14 | + set_time_limit(0); | ||
15 | + ini_set('memory_limit','1024M'); | ||
14 | //平台订单金额统计 | 16 | //平台订单金额统计 |
15 | $where = [ | 17 | $where = [ |
16 | 'indent_type' => 1 | 18 | 'indent_type' => 1 |
-
请 注册 或 登录 后发表评论