Browse Source

红包 通知

shish 4 years ago
parent
commit
64f8370c15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz/wx/classes/WxMessageClass.php

+ 1 - 1
biz/wx/classes/WxMessageClass.php

@@ -665,7 +665,7 @@ class WxMessageClass extends BaseClass
         if (empty($ghsId)) {
         if (empty($ghsId)) {
             return false;
             return false;
         }
         }
-        if (!empty($hbId)) {
+        if (empty($hbId)) {
             return false;
             return false;
         }
         }
         $ghsInfo = GhsClass::getById($ghsId, true);
         $ghsInfo = GhsClass::getById($ghsId, true);