chenhao 4 years ago
parent
commit
56fe69e649

+ 1 - 1
application/admin/controller/EmailSend.php

@@ -43,7 +43,7 @@ class EmailSend extends Base
             }
             $emails = new EmailTemplateModel();
             $emailSend = new EmailSendModel();
-            $count = $emails->getCount($map);
+            $count = $emailSend->getCount($map);
             $lists = $emailSend->getByWhere($map, $od, $Nowpage, $limits);
             foreach ($lists as $k => &$v) {
                 $v['shou'] = '<a href="export?uni=' . $v['uni'] . '" style="color:#3BA1FF">下载全部收件人邮箱</a>';

+ 1 - 1
application/admin/controller/EmailSends.php

@@ -38,7 +38,7 @@ class EmailSends extends Base
             }
             $emails =new EmailTemplateModel();
             $emailSend = new EmailSendModel();
-            $count = $emails->getCount($map);
+            $count = $emailSend->getCount($map);
             $lists = $emailSend->getByWhere($map, $od, $Nowpage, $limits);