lxp
2025-03-15 5c92f5ec07c74272c7bfd658ef9c9f5ceb02cfb1
inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java
@@ -33,12 +33,13 @@
    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);