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