소스 검색

专题分析分页面开发

xieshengjie 2 년 전
부모
커밋
ed038f60c9
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/bmk/BenchmarkingService.java

+ 1 - 2
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/bmk/BenchmarkingService.java

@@ -13,7 +13,6 @@ import com.gyee.common.vo.benchmark.FjjxbVo;
 import com.gyee.common.vo.benchmark.FjjxbmxVo;
 import com.gyee.common.vo.benchmark.FjjxbmxVo;
 import com.gyee.runeconomy.init.CacheContext;
 import com.gyee.runeconomy.init.CacheContext;
 import com.gyee.runeconomy.model.auto.*;
 import com.gyee.runeconomy.model.auto.*;
-import com.gyee.runeconomy.service.auto.IProBasicCompanyService;
 import com.gyee.runeconomy.service.auto.IProEconEquipmentInfoDay1Service;
 import com.gyee.runeconomy.service.auto.IProEconEquipmentInfoDay1Service;
 import org.springframework.stereotype.Service;
 import org.springframework.stereotype.Service;
 
 
@@ -39,7 +38,7 @@ public class BenchmarkingService {
         if (first.isPresent()){
         if (first.isPresent()){
             String regionId = first.get().getRegionId();
             String regionId = first.get().getRegionId();
             company.setId(regionId);
             company.setId(regionId);
-            company.setName(rgmap.get(regionId).getAname());
+            company.setAname(rgmap.get(regionId).getAname());
         }
         }
         result.add(company);
         result.add(company);
         return result;
         return result;