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

+ 1 - 1
applet/src/Msg.php

@@ -158,7 +158,7 @@ class Msg
 			if ($list) {
 				Dever::import('queue');
 				foreach ($list as $k => $v) {
-					if (is_numeric($v['form_id']) && $v['openid'] == 'oIZ895adCNPtwyPX47Uv8ne8_xcM') {
+					if ($v['form_id'] && $v['openid'] == 'oIZ895adCNPtwyPX47Uv8ne8_xcM') {
 						$param = array();
 						$param['key'] = $key;
 						$param['project_id'] = $project_id;