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

财务统计报错修复

... ... @@ -11,6 +11,8 @@ class StatisticalController extends AdminBaseController{
*/
public function financial_list(){
set_time_limit(0);
ini_set('memory_limit','1024M');
//平台订单金额统计
$where = [
'indent_type' => 1
... ...