liusheng
2024-07-25 517ecf9879052b2f3fbad25c0469935cc45553a7
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceRelativesconfirmationServiceImpl.java
@@ -24,12 +24,12 @@
/**
 * 捐献亲属确认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
@@ -44,7 +44,7 @@
    /**
     * 查询捐献亲属确认列表
     *
     *
     * @param serviceRelativesconfirmation 捐献亲属确认
     * @return 捐献亲属确认
     */
@@ -204,7 +204,7 @@
            }
        }
        if(b){
            relativeConfirmationVO.setBasecreateby(user.getUserName());
            relativeConfirmationVO.setReporterno(user.getUserName());
        }
        return serviceRelativesconfirmationMapper.selectVOList(relativeConfirmationVO);