fix
This commit is contained in:
@@ -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)){
|
||||||
|
|||||||
Reference in New Issue
Block a user