This commit is contained in:
shuo.wang
2025-07-15 09:23:48 +08:00
parent 8e74c8d166
commit 61db5b9d0f

View File

@@ -391,8 +391,8 @@ public class ShopServiceImpl implements ShopService {
}
EnterpriseUserDO invest = enterpriseUserDAO.getUserInfoById(shopInfo.getInvestmentManager());
List<ScheduleDTO> shopContractActualCompletionTime = shopStageInfoDAO.getScheduleList(Collections.singletonList(shopId));
RegionNode shopRegion = regionDao.getRegionById(shopInfo.getRegionId().toString());
RegionNode mapperRegionByRegionId = regionDao.getRegionById(shopInfo.getManagerRegionId().toString());
RegionDO shopRegion = regionDao.getRegionById(shopInfo.getRegionId());
RegionDO mapperRegionByRegionId = regionDao.getRegionById(shopInfo.getManagerRegionId());
String wantShopArea = hyOpenAreaInfoDAO.selectNameMapById(shopInfo.getWantShopAreaId());
HyOpenAreaInfoDO hyOpenAreaInfoDO = hyOpenAreaInfoDAO.selectById(shopInfo.getWantShopAreaId());
BranchShopDetailResponse response = new BranchShopDetailResponse();