zss
2023-08-22 affabbd21802dacbf943692912a83e63106670e4
standard-server/src/main/resources/mapper/ProductModelMapper.xml
@@ -48,5 +48,12 @@
        from lims_laboratory.product_model
        where state = 1
          and material =#{name}
    </select>
    <!--添加标准选择样品名称-->
    <select id="selectmater" resultType="java.lang.String">
        select material
        from lims_laboratory.product_model
        where state = 1
    </select>
</mapper>