This commit is contained in:
guohb
2024-05-16 17:46:44 +08:00
parent 250bc80cd4
commit 3627bdea31

View File

@@ -228,6 +228,10 @@ public class SysStoreAppServiceImpl implements SysStoreAppService, AuditResultSe
// reasons // reasons
storeDetail.setReasons(systemBuildingShopDO.getReasons()); storeDetail.setReasons(systemBuildingShopDO.getReasons());
storeDetail.setUsageRate(systemBuildingShopDO.getUsageRate()); storeDetail.setUsageRate(systemBuildingShopDO.getUsageRate());
//
supervisorDetail.setSupervisorName(systemBuildingShopDO.getSupervisorName());
// supervisorId
supervisorDetail.setSupervisorId(systemBuildingShopDO.getSupervisorId());
} }
PointDetailInfoDO shopPointDetailInfoByPointId = pointDetailInfoMapper.getShopPointDetailInfoByPointId(pointInfoDO.getId()); PointDetailInfoDO shopPointDetailInfoByPointId = pointDetailInfoMapper.getShopPointDetailInfoByPointId(pointInfoDO.getId());
if (Objects.isNull(systemBuildingShopDO) && Objects.nonNull(shopPointDetailInfoByPointId)){ if (Objects.isNull(systemBuildingShopDO) && Objects.nonNull(shopPointDetailInfoByPointId)){