inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -93,7 +93,10 @@ man_day, sample, bsm, template_id template_id, dic, ask, ask_tell as tell from structure_item_parameter sp left join structure_test_object sto on sto.id = sp.sample where sto.specimen_name = #{sampleType} @@ -102,6 +105,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>