dever 6 years ago
parent
commit
160ff279a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      applet/src/Msg.php

+ 1 - 0
applet/src/Msg.php

@@ -136,6 +136,7 @@ class Msg
 		if ($project_id > 0 && $key && $page && $data) {
 			# 获取所有拥有formid的openid,并去重
 			$list = Dever::db('applet/msg_form')->getAllGroupByOpenid(array('option_project_id' => $project_id));
+			print_r($list);die;
 			if ($list) {
 				Dever::import('queue');
 				foreach ($list as $k => $v) {