Authored by yyq

Merge branch 'hotfix/brandSaleBug' into release/4.6

... ... @@ -229,6 +229,10 @@ exports.handleOutletsActivityData = (origin, name) => {
dest.topic.push(activity);
});
if (!dest.length) {
return false;
}
return dest;
};
... ...