作者 Cool
1 个管道 的构建 通过 耗费 17 秒

财务统计报错修复

@@ -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