浏览代码

短信黑名单导出

shenzhipeng 2 年之前
父节点
当前提交
00f0435236
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/lib/data/adminAction.php

+ 1 - 1
application/lib/data/adminAction.php

@@ -172,7 +172,7 @@ class AdvertAdminAction extends BaseAction{
 			return $result;
 		}
 
-		public function exportBlackList() {
+		public function getAllSmsBlacklist() {
 			$sql = "select uname, tel, country, group_name from ly_sms_customer where is_block=1 order by id desc ";
 			$result = $this->getDbEntity()->query($sql);
 			return $result;