From 06ef175a1e9f72b3863757319b2f6ff76c5a2f05 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期二, 03 十二月 2024 09:16:55 +0800 Subject: [PATCH] zjh20241202-3 --- 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