| | |
| | | <if test="sampleCode !=null and sampleCode!=''"> |
| | | and (isa.sample_code like CONCAT ('%', #{sampleCode},'%') ) |
| | | </if> |
| | | <if test="userName !=null and userName!=''"> |
| | | and ( (userName like CONCAT ('%', #{userName},'%') ) |
| | | or (checkName like CONCAT ('%', #{userName},'%') ) ) |
| | | <if test="myName !=null and myName!=''"> |
| | | and ( (userName like CONCAT ('%', #{myName},'%') ) |
| | | or (checkName like CONCAT ('%', #{myName},'%') ) ) |
| | | </if> |
| | | ) a |
| | | ON ios.ins_order_id = a.id AND ios.laboratory = #{sonLaboratory} and ios.ins_sample_id=a.sampleId |
| | |
| | | method, |
| | | man_day, |
| | | bsm, |
| | | ask, |
| | | ip.ask, |
| | | `last_value`, |
| | | ip.ins_result ip_ins_result, |
| | | state, |
| | |
| | | ipr.after_note, |
| | | ipr.test_result, |
| | | ipr2.frequency, |
| | | ipr2.ask ask2, |
| | | ipr2.often, |
| | | ipr2.port, |
| | | ipr2.angle, |
| | |
| | | method, |
| | | man_day, |
| | | bsm, |
| | | ask, |
| | | ip.ask, |
| | | `last_value`, |
| | | ip.ins_result ip_ins_result, |
| | | state, |
| | |
| | | ipr.after_note, |
| | | ipr.test_result, |
| | | ipr2.frequency, |
| | | ipr2.ask ask2, |
| | | ipr2.often, |
| | | ipr2.port, |
| | | ipr2.angle, |
| | |
| | | method, |
| | | man_day, |
| | | bsm, |
| | | ask, |
| | | ip.ask, |
| | | `last_value`, |
| | | ip.ins_result ip_ins_result, |
| | | state, |
| | |
| | | ipr.after_note, |
| | | ipr.test_result, |
| | | ipr2.frequency, |
| | | ipr2.ask ask2, |
| | | ipr2.often, |
| | | ipr2.port, |
| | | ipr2.angle, |
| | |
| | | method, |
| | | man_day, |
| | | bsm, |
| | | ask, |
| | | ip.ask, |
| | | `last_value`, |
| | | ip.ins_result ip_ins_result, |
| | | state, |
| | |
| | | ipr.after_note, |
| | | ipr.test_result, |
| | | ipr2.frequency, |
| | | ipr2.ask ask2, |
| | | ipr2.often, |
| | | ipr2.port, |
| | | ipr2.angle, |
| | |
| | | method, |
| | | man_day, |
| | | bsm, |
| | | ask, |
| | | ip.ask, |
| | | `last_value`, |
| | | ip.ins_result ip_ins_result, |
| | | state, |
| | |
| | | ipr.after_note, |
| | | ipr.test_result, |
| | | ipr2.frequency, |
| | | ipr2.ask ask2, |
| | | ipr2.often, |
| | | ipr2.port, |
| | | ipr2.angle, |
| | |
| | | </resultMap> |
| | | <resultMap id="insProductResult2" type="com.yuanchu.mom.pojo.InsProductResult2"> |
| | | <result column="frequency" property="frequency" jdbcType="VARCHAR"/> |
| | | <result column="ask2" property="ask" jdbcType="VARCHAR"/> |
| | | <result column="often" property="often" jdbcType="VARCHAR"/> |
| | | <result column="port" property="port" jdbcType="VARCHAR"/> |
| | | <result column="angle" property="angle" jdbcType="VARCHAR"/> |