JYW
2024-05-10 e2dba648a958d3f9181b0556c941f14d07477a64
inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -160,6 +160,10 @@
        and state = 1
        and ip.son_laboratory = #{laboratory}
    </select>
    <select id="getSampleEn" resultType="java.lang.String">
        select name_en from `center-lims`.product
        where name = #{sample}
    </select>
    <resultMap id="sampleDto" type="com.yuanchu.mom.dto.SampleProductDto">
        <id property="id" column="id" jdbcType="INTEGER"/>