Commit a2da58fc by 冷斌

update

parent daf74300
...@@ -262,6 +262,7 @@ class CoinrecordController extends AdminbaseController { ...@@ -262,6 +262,7 @@ class CoinrecordController extends AdminbaseController {
} }
function export() { function export() {
ini_set('memory_limit', '2048M');
$map = []; $map = [];
if($_REQUEST['type']!=''){ if($_REQUEST['type']!=''){
$map['type']=$_REQUEST['type']; $map['type']=$_REQUEST['type'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment