XiaoRuby
2023-08-21 c968f678ea03f7fd0a9071b63e60c144f63da380
standard-server/src/main/resources/mapper/ProductModelMapper.xml
@@ -26,9 +26,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>
    <!--查询项目模版根据样品名-->
@@ -40,4 +41,4 @@
        where state = 1
          and material =#{name}
    </select>
</mapper>
</mapper>