大区
This commit is contained in:
@@ -221,5 +221,7 @@ public class LineInfoVO {
|
|||||||
@ApiModelProperty("加盟商编码")
|
@ApiModelProperty("加盟商编码")
|
||||||
private String partnerNum;
|
private String partnerNum;
|
||||||
|
|
||||||
|
private Long bigRegionId;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ public class LineServiceImpl implements LineService {
|
|||||||
result.setInvestmentManagerName(user.getName());
|
result.setInvestmentManagerName(user.getName());
|
||||||
result.setInvestmentManagerMobile(user.getMobile());
|
result.setInvestmentManagerMobile(user.getMobile());
|
||||||
}
|
}
|
||||||
|
result.setBigRegionId(lineInfo.getBigRegionId());
|
||||||
if(lineInfo.getRegionId() != null && lineInfo.getRegionId() != 0){
|
if(lineInfo.getRegionId() != null && lineInfo.getRegionId() != 0){
|
||||||
Long bigRegionIdByAreaId = regionService.getBigRegionIdByAreaId(lineInfo.getWantShopAreaId());
|
Long bigRegionIdByAreaId = regionService.getBigRegionIdByAreaId(lineInfo.getWantShopAreaId());
|
||||||
Map<Long, String> regionNameMap = regionDao.getRegionNameMap(Arrays.asList(bigRegionIdByAreaId, lineInfo.getRegionId()));
|
Map<Long, String> regionNameMap = regionDao.getRegionNameMap(Arrays.asList(bigRegionIdByAreaId, lineInfo.getRegionId()));
|
||||||
|
|||||||
Reference in New Issue
Block a user