zjh
2024-10-16 8f85fc93874441e02f7faf972a8d7b566579da34
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">