|
@@ -37,10 +37,10 @@ public class BrandInfo implements Serializable {
|
|
this.indexScore = brand.getIndexScore();
|
|
this.indexScore = brand.getIndexScore();
|
|
if (enterprise != null) {
|
|
if (enterprise != null) {
|
|
this.enterpriseUsci = enterprise.getEnterpriseUsci();
|
|
this.enterpriseUsci = enterprise.getEnterpriseUsci();
|
|
- this.enterpriseName = enterprise.getEnterpriseName();
|
|
|
|
this.addrCode = enterprise.getAddrCode();
|
|
this.addrCode = enterprise.getAddrCode();
|
|
this.addrInfo = enterprise.getAddrInfo();
|
|
this.addrInfo = enterprise.getAddrInfo();
|
|
}
|
|
}
|
|
|
|
+ this.enterpriseName = brand.getBrandName();
|
|
this.contact = brand.getContact();
|
|
this.contact = brand.getContact();
|
|
this.telephone = brand.getTelephone();
|
|
this.telephone = brand.getTelephone();
|
|
this.updateTime = brand.getUpdateTime();
|
|
this.updateTime = brand.getUpdateTime();
|