| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.yuanchu.limslaboratory.mapper.InspectionMaterialListMapper"> |
| | | <select id="selectInspectionMaterialListByInsId" resultType="InspectionMaterialList"> |
| | | <select id="selectInspectionMaterialListByInsId" resultType="com.yuanchu.limslaboratory.pojo.InspectionMaterialList"> |
| | | select id, |
| | | material_id, |
| | | material_num, |
| | |
| | | specifications_number_of_cores, |
| | | specifications_instruct, |
| | | notes |
| | | from inspection_material_list |
| | | from lims_laboratory.inspection_material_list |
| | | where state = 1 |
| | | and inspection_id = #{insId} |
| | | </select> |