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