From 3647aa5008055528f075ee73002542a1399575ae Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 19 三月 2025 14:45:39 +0800 Subject: [PATCH] 单点登录调整 --- inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java b/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java index 5efb038..a5087ef 100644 --- a/inspect-server/src/main/java/com/ruoyi/inspect/service/InsOrderService.java +++ b/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); -- Gitblit v1.9.3