* Set memory_limit for export.

This commit is contained in:
tanghucheng
2022-10-26 10:30:16 +08:00
committed by caoyanyi
parent 04434baf84
commit cb72254efe
+2
View File
@@ -185,6 +185,8 @@ class portModel extends model
*/
public function export($model = '')
{
ini_set('memory_limit', '-1');
$fields = $this->post->exportFields;
/* Init config fieldList */