XiaoRuby
2023-08-21 dd571bf55de7f9a72d458adc179958ed2f9473c0
standard-server/src/main/resources/mapper/ProductModelMapper.xml
@@ -35,9 +35,10 @@
    </update>
    <!--添加标准选择项目分组-->
    <select id="selectfather" resultType="java.lang.String">
        select distinct father
        from lims_laboratory.product_model
        where state = 1
        SELECT DISTINCT father
        FROM lims_laboratory.product_model
        WHERE father IS NOT NULL
          AND father != ''
    </select>
    <!--查询项目模版根据样品名-->
@@ -49,4 +50,4 @@
        where state = 1
          and material =#{name}
    </select>
</mapper>
</mapper>