value
2024-04-19 bb9499352faae20bb2c898f3f6078f7a4e9ceef2
inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -103,6 +103,6 @@
        select sm.code,sm.name,sm.remark from standard_method sm
        left join structure_test_object sto on sm.structure_test_object_id = sto.id
        where sto.specimen_name = #{sampleType}
        and is_product = 1
        and is_use = 1
    </select>
</mapper>