Browse Source

修整逻辑

tiams@foxmail.com 9 years ago
parent
commit
00cdfb4c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/logic/queue.logic.php

+ 1 - 1
data/logic/queue.logic.php

@@ -390,7 +390,7 @@ class queueLogic
      */
     public function upushSendMsg($param)
     {
-        if(!empty($param) || empty($param['member_id']) || empty($param['text'])){
+        if(empty($param) || empty($param['member_id']) || empty($param['text'])){
             Log::record("push info: 数据有误! param:".json_encode($param)."\t session:".json_encode($_SESSION));
             return false;
         }