This commit is contained in:
苏竹红
2024-06-04 13:43:24 +08:00
parent f35a2cc548
commit 3e16248c3b
2 changed files with 3 additions and 0 deletions

View File

@@ -221,5 +221,7 @@ public class LineInfoVO {
@ApiModelProperty("加盟商编码")
private String partnerNum;
private Long bigRegionId;
}

View File

@@ -100,6 +100,7 @@ public class LineServiceImpl implements LineService {
result.setInvestmentManagerName(user.getName());
result.setInvestmentManagerMobile(user.getMobile());
}
result.setBigRegionId(lineInfo.getBigRegionId());
if(lineInfo.getRegionId() != null && lineInfo.getRegionId() != 0){
Long bigRegionIdByAreaId = regionService.getBigRegionIdByAreaId(lineInfo.getWantShopAreaId());
Map<Long, String> regionNameMap = regionDao.getRegionNameMap(Arrays.asList(bigRegionIdByAreaId, lineInfo.getRegionId()));