From e65cac6f2b2924be10b60716abf550919f94871b Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 18 七月 2024 13:52:56 +0800 Subject: [PATCH] zjh 2024/07/18-1 --- 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