Fixiaobai
2023-09-09 e7f7daae5d21ad2988cadd25b6987ca5e7ef8001
standard-server/src/main/resources/mapper/ProductModelMapper.xml
@@ -52,7 +52,7 @@
    <!--添加标准选择样品名称-->
    <select id="selectmater" resultType="java.lang.String">
        select material
        select DISTINCT material
        from lims_laboratory.product_model
        where state = 1
    </select>