value
2023-08-29 9a6b1b5185d4986d74ab466ca3d78a121010581b
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>