zhaowenxuan
2024-10-16 cd6114bf85d19e6bdcd6a17c66f34b8c838870d5
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">