作者 刘朕
1 个管道 的构建 通过 耗费 19 秒

合并分支 'liuzhen' 到 'master'

财务统计报错修复



查看合并请求 !169
... ... @@ -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
... ...