shenzhipeng 3 년 전
부모
커밋
7613a283f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/module/ctrl/User_smsgroup_adminAction.class.php

+ 1 - 0
application/module/ctrl/User_smsgroup_adminAction.class.php

@@ -29,6 +29,7 @@ class User_smsgroup_adminAction extends Action{
 		$list  = $admin->select_sms_user_group($where);
 		foreach($list as &$item) {
 			$where .= " and group_name='{$item['name']}'";
+			echo $where . "<br />";
 			$count = $admin->selectSmsCustomerCount($where);
 			$count = empty($count) ? 0  : $count;
 			$item['count'] = $count;