liding
2025-04-01 b95f460e35a59aa920e27f0f7e29e0fdf0da1c7c
basic-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -389,4 +389,12 @@
            </foreach>
        </if>
    </select>
    <select id="getStandardTree3" resultType="com.ruoyi.basic.dto.SampleDto">
        select model label,
               model value
        from standard_tree
        where sample_type = #{sampleType}
          and sample is null
    </select>
</mapper>