| | |
| | | public interface InsOrderService extends IService<InsOrder> { |
| | | |
| | | //获取单位检验下单数据 |
| | | Map<String, Object> selectInsOrderParameter(Page<InsOrder> page, SampleOrderDto sampleOrderDto); |
| | | IPage<SampleOrderDto> selectInsOrderParameter(Page<InsOrder> page, SampleOrderDto sampleOrderDto); |
| | | |
| | | //修改检验下单数据 |
| | | int upInsOrder(UpInsOrderDTO upInsOrderDTO); |
| | |
| | | |
| | | Map<String, Object> getInsOrderAndSample(Integer id, String laboratory); |
| | | |
| | | Map<String, Object> selectSampleAndProductByOrderId(SampleProductDto2 sampleProductDto); |
| | | List<SampleProductDto2> selectSampleAndProductByOrderId(SampleProductDto2 sampleProductDto); |
| | | |
| | | List<Map<String, Object>> viewDetails(Map<String,Object> map); |
| | | |
| | | void exportChecked(Map<String,Object> data, HttpServletResponse response); |
| | | |
| | | Map<String, Object> costStatistics(IPage<CostStatisticsDto> page, CostStatisticsDto costStatisticsDto); |
| | | IPage<CostStatisticsDto> costStatistics(IPage<CostStatisticsDto> page, CostStatisticsDto costStatisticsDto); |
| | | |
| | | Map<String, Object> costStatistics2(CostStatisticsDto costStatisticsDto); |
| | | |