|
@@ -591,6 +591,7 @@ public class BrandServiceImpl implements BrandService {
|
|
|
.set("brand_name",brandVo.getBrandName())
|
|
|
.set("industry_code",brandVo.getIndustryCode())
|
|
|
.set("enterprise_usci",brandVo.getEnterpriseUsci())
|
|
|
+ .set("enterprise_name",brandVo.getEnterpriseName())
|
|
|
.set("per_capita_consumption",brandVo.getPerCapitaConsumption())
|
|
|
.set("comment_count",brandVo.getCommentCount())
|
|
|
.set("score",brandVo.getScore())
|