From 80b9620794286b61718a84ec1c2447893189646a Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 03 九月 2026 17:04:02 +0800
Subject: [PATCH] fix(report): 修复检测报告生成和数据同步问题 - 调整样品发送时间排序为降序显示最新数据 - 完善检验项目同步逻辑支持多层级节点配置管理

---
 basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java b/basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
index f2eff64..00b4d25 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -22,6 +22,15 @@
 
     List<StandardProductList> selectStandardProductList(InsSampleReceiveDto insSample);
 
+    /**
+     * 鏍规嵁妫�楠屾爣鍑嗗拰鏍囧噯鏍戣妭鐐圭敓鎴愭楠岄」鐩紝骞跺悓姝ヨ鑺傜偣涓嬪凡淇濆瓨鐨勯」鐩厤缃��
+     *
+     * <p>璇ユ柟娉曚細鍒犻櫎鐩爣鑺傜偣锛堟垨鍏跺瓙鑺傜偣锛夌殑鏃ц褰曞悗閲嶆柊鎵归噺淇濆瓨锛屽洜姝ゅ苟闈炲彧璇绘煡璇€��</p>
+     *
+     * @param id 妫�楠屾爣鍑� ID
+     * @param tree 鏍囧噯鏍戣矾寰勶紝浣跨敤 {@code " - "} 鍒嗛殧灞傜骇
+     * @return {@code productList} 涓虹敓鎴愬悗鐨勬楠岄」鐩垪琛紝{@code total} 涓哄垪琛ㄦ暟閲�
+     */
     Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree);
 
     IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items);

--
Gitblit v1.9.3