From 148a7f11b0ead8539cae824f02dda19a703f4d0b Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期六, 07 十二月 2024 16:54:02 +0800
Subject: [PATCH] zjh20241207

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

diff --git a/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml b/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
index 8063ec1..723efc5 100644
--- a/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/TjProjectMapper.xml
@@ -59,7 +59,9 @@
                specimen_type,
                check_bw,
                pro_sex,
-               is_eat
+               is_eat,
+               his_xmbm,
+               sfzhfy
         from tj_project
     </sql>
 
@@ -77,7 +79,7 @@
 
     <select id="selectTjProjectByProId" parameterType="Long" resultMap="TjProjectResult">
         <include refid="selectTjProjectVo"/>
-        where pro_id = #{proId} and deleted='0'
+        where pro_id = #{proId} and deleted=0
     </select>
 
     <insert id="insertTjProject" parameterType="TjProject" useGeneratedKeys="true" keyProperty="proId">

--
Gitblit v1.8.0