| | |
| | | <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.InsOrderFile"> |
| | | <id column="id" property="id"/> |
| | | <result column="ins_order_id" property="insOrderId"/> |
| | | <result property="insSampleId" column="ins_sample_id" /> |
| | | <result column="type" property="type"/> |
| | | <result column="file_url" property="fileUrl"/> |
| | | <result column="file_name" property="fileName"/> |
| | |
| | | and (son_laboratory=#{sonLaboratory} |
| | | or son_laboratory is null) |
| | | </if> |
| | | <if test="sampleId!=null and sampleId!=''"> |
| | | and (ins_sample_id=#{sampleId} |
| | | or ins_sample_id is null) |
| | | </if> |
| | | ) A |
| | | <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> |
| | | ${ew.customSqlSegment} |