|
|
@ -38,6 +38,7 @@ class ExportController extends Controller
|
|
|
|
//导出Excel
|
|
|
|
//导出Excel
|
|
|
|
function expUser($id)
|
|
|
|
function expUser($id)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
ini_set("memory_limit","256M"); //升级为256M内存
|
|
|
|
$xlsName = $_REQUEST['xlsname'];
|
|
|
|
$xlsName = $_REQUEST['xlsname'];
|
|
|
|
switch ($id) {
|
|
|
|
switch ($id) {
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
|