Authored by 陈峰

Merge branch 'hotfix/brands' into 'gray'

Hotfix/brands

fix brand

See merge request !281
... ... @@ -200,6 +200,10 @@ module.exports = class extends global.yoho.BaseModel {
// }
let shopInfo, shopId;
if (!ssubValue) {
return;
}
switch (ssubValue.type * 1) {
case 1:
extQs = {
... ...