From da583ad2beefb9887dca12a7574ea2d0b853fc9a Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期一, 17 六月 2024 12:39:50 +0800 Subject: [PATCH] zjh 本地 2024/06/17 --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