|
@@ -365,6 +365,11 @@ class ExportFileService extends Service
|
|
|
$this->fillData($list['data'], $column, $return);
|
|
|
});
|
|
|
|
|
|
+ //合计
|
|
|
+ $total = $this->countTotal($return, $header_default);
|
|
|
+ //填充合计
|
|
|
+ $this->fillTotalData($total, $header_default, $return);
|
|
|
+
|
|
|
return $this->saveExportData($return,$header);
|
|
|
}
|
|
|
|