| | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ruoyi.common.utils.StringUtils; |
| | | import com.ruoyi.project.domain.ServiceDonorchargeorgan; |
| | | import com.ruoyi.project.domain.SpStatChange; |
| | | import com.ruoyi.project.domain.SpStatChangeReq; |
| | | import com.ruoyi.project.mapper.ServiceDonorchargeorganMapper; |
| | | import com.ruoyi.project.service.IServiceDonorchargeorganService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | return serviceDonorchargeorgans; |
| | | } |
| | | |
| | | @Override |
| | | public List<SpStatChange> getListBySpStatChange(SpStatChangeReq spStatChangeReq) { |
| | | return serviceDonorchargeorganMapper.getListBySpStatChange(spStatChangeReq.getPahospitalno(), spStatChangeReq.getPachageflag()); |
| | | } |
| | | |
| | | } |