inspect-server/src/main/resources/mapper/StandardTreeMapper.xml
@@ -94,7 +94,9 @@ sample, bsm, template_id, dic 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} @@ -103,6 +105,7 @@ 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_use = 1 and is_product = 1 </select> </mapper>