Authored by yyq

Merge branch 'hotfix/brandSaleBug' into release/4.6

@@ -229,6 +229,10 @@ exports.handleOutletsActivityData = (origin, name) => { @@ -229,6 +229,10 @@ exports.handleOutletsActivityData = (origin, name) => {
229 dest.topic.push(activity); 229 dest.topic.push(activity);
230 }); 230 });
231 231
  232 + if (!dest.length) {
  233 + return false;
  234 + }
  235 +
232 return dest; 236 return dest;
233 }; 237 };
234 238