| | |
| | | specimen_type, |
| | | check_bw, |
| | | pro_sex, |
| | | is_eat |
| | | is_eat, |
| | | his_xmbm, |
| | | sfzhfy |
| | | from tj_project |
| | | </sql> |
| | | |
| | |
| | | <include refid="selectTjProjectVo"/> |
| | | where pro_id = #{proId} and deleted=0 |
| | | </select> |
| | | |
| | | |
| | | <insert id="insertTjProject" parameterType="TjProject" useGeneratedKeys="true" keyProperty="proId"> |
| | | insert into tj_project |
| | |
| | | #{proId} |
| | | </foreach> |
| | | </delete> |
| | | |
| | | |
| | | <select id="tjCsXmjgcx" parameterType="java.util.Map" statementType="CALLABLE" resultType="java.util.Map"> |
| | | {call tj_cs_xmjgcx( |
| | | #{tjnum,mode=IN,jdbcType=VARCHAR}, |
| | | #{proid,mode=IN,jdbcType=VARCHAR} |
| | | )} |
| | | </select> |
| | | </mapper> |