| | |
| | | |
| | | /** |
| | | * 捐献亲属确认Service业务层处理 |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2021-11-15 |
| | | */ |
| | | @Service |
| | | public class ServiceRelativesconfirmationServiceImpl extends ServiceImpl<ServiceRelativesconfirmationMapper, ServiceRelativesconfirmation> implements IServiceRelativesconfirmationService |
| | | public class ServiceRelativesconfirmationServiceImpl extends ServiceImpl<ServiceRelativesconfirmationMapper, ServiceRelativesconfirmation> implements IServiceRelativesconfirmationService |
| | | { |
| | | |
| | | @Autowired |
| | |
| | | |
| | | /** |
| | | * 查询捐献亲属确认列表 |
| | | * |
| | | * |
| | | * @param serviceRelativesconfirmation 捐献亲属确认 |
| | | * @return 捐献亲属确认 |
| | | */ |
| | |
| | | } |
| | | } |
| | | if(b){ |
| | | relativeConfirmationVO.setBasecreateby(user.getUserName()); |
| | | relativeConfirmationVO.setReporterno(user.getUserName()); |
| | | } |
| | | |
| | | return serviceRelativesconfirmationMapper.selectVOList(relativeConfirmationVO); |