wang jun 3 月之前
父节点
当前提交
a39382f9b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/index/controller/Checkinfo.php

+ 1 - 1
application/index/controller/Checkinfo.php

@@ -912,7 +912,7 @@ class Checkinfo extends Controller {
         $m_cm = new checkmanger();
         // $ispost = request()->isPost();
         $queryinfo = request()->param();
-        $isexport = empty($queryinfo) ? 1 : 0;
+        $isexport = !isset($queryinfo['isexport']) || empty($queryinfo['isexport']) ? 0 : 1;
         $count = $m_cm->hasreocdeuserlist(true);
         if (!$isexport) {
             $pageNum = !isset($queryinfo['pageNum']) || empty($queryinfo['pageNum']) ? 1 : $queryinfo['pageNum'];