inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml
@@ -12,7 +12,22 @@ </insert> <select id="selectByMaterId" resultType="com.yuanchu.limslaboratory.pojo.InspectionProductList"> select name,method,ask,unit,required,internal, start_time, end_time, user_id, instrument_id select id, name, method, ask, unit, required, internal, start_time, end_time, state, create_time, update_time, version, inspection_material_list_id, user_id, instrument_id from lims_laboratory.inspection_product_list where inspection_material_list_id = #{id} </select>