value
2024-04-17 cddc46a1ba318426cf01ae3fd354807c3b3b2465
inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -93,7 +93,8 @@
               man_day,
               sample,
               bsm,
               template_id
               template_id,
               dic
        from structure_item_parameter sp
        left join structure_test_object sto on sto.id = sp.sample
        where sto.specimen_name = #{sampleType}
@@ -102,5 +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
    </select>
</mapper>