From edacaf3cf8d5115dc2fe691879246ed7dd2dbfb8 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 06 五月 2026 11:38:50 +0800
Subject: [PATCH] 【丽水】手术随访合并

---
 smartor/src/main/java/com/smartor/mapper/Icd10Mapper.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/Icd10Mapper.java b/smartor/src/main/java/com/smartor/mapper/Icd10Mapper.java
index 0c040de..1c8f307 100644
--- a/smartor/src/main/java/com/smartor/mapper/Icd10Mapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/Icd10Mapper.java
@@ -2,6 +2,7 @@
 
 import com.smartor.domain.Icd10;
 import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
 
@@ -38,6 +39,22 @@
     public int insertIcd10(Icd10 icd10);
 
     /**
+     * 鎵归噺鏂板鐤剧梾
+     *
+     * @param icd10s 鐤剧梾闆嗗悎
+     * @return 缁撴灉
+     */
+    public int batchIcd10(List<Icd10> icd10s);
+
+    /**
+     * 鎵归噺鏌ヨ宸插瓨鍦ㄧ殑 icdcode锛堢敤浜庡幓閲嶏級
+     *
+     * @param icdcodes icdcode闆嗗悎
+     * @return 宸插瓨鍦ㄧ殑 icdcode 闆嗗悎
+     */
+    public List<String> selectExistingIcdcodes(@Param("icdnames") List<String> icdnames);
+
+    /**
      * 淇敼鐤剧梾
      *
      * @param icd10 鐤剧梾

--
Gitblit v1.9.3