From fca6e337094ebe09090ce465701450ccb818d10d Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期六, 11 一月 2025 18:24:21 +0800
Subject: [PATCH] zjh20250111

---
 ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml b/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
index 66c79c0..50e8ee1 100644
--- a/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
@@ -230,4 +230,15 @@
     <select id="getLisViewList" resultType="java.util.Map">
         SELECT * FROM `v_examitem`
     </select>
+
+    <select id="getOpenDxTjProjectList" parameterType="string" resultType="com.ltkj.hosp.domain.TjProject">
+        SELECT * FROM `tj_project`
+        <where>
+            pro_parent_id=0 and pro_status=0 and deleted=0
+            <if test="nr != null ">and (pro_name  like concat('%', #{nr}, '%')
+                 or pro_eng_name  like concat('%', #{nr}, '%'))</if>
+        </where>
+
+
+    </select>
 </mapper>

--
Gitblit v1.8.0