JensionDzero hai 1 ano
pai
achega
3ea618939c

+ 1 - 1
ruoyi-demo/src/main/java/com/ruoyi/demo/entity/bo/BrandInfo.java

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