| | |
| | | <result property="radius" column="radius"/> |
| | | <result property="cableTag" column="cable_tag"/> |
| | | <result property="structureItemParameterId" column="structure_item_parameter_id"/> |
| | | <result property="checkUserId" column="check_user_id"/> |
| | | <collection property="insProductResult" resultMap="insProductResult"/> |
| | | </resultMap> |
| | | |
| | |
| | | ip.dic, |
| | | ip.sort, |
| | | ip.cable_tag, |
| | | ip.structure_item_parameter_id |
| | | ip.structure_item_parameter_id, |
| | | ip.check_user_id |
| | | </sql> |
| | | |
| | | |
| | |
| | | select <include refid="getInsProducSql"/> |
| | | from ins_product ip |
| | | left join ins_product_result ipr on ip.id = ipr.ins_product_id |
| | | left join user ur ON ip.check_user_id = ur.id |
| | | where ins_sample_id = #{id} |
| | | and state = 1 |
| | | and ip.son_laboratory = #{laboratory} |