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