From 336d113220f675976f864ad3eab7df7cd432808d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 01 五月 2026 08:35:43 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/smartor
---
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