| | |
| | | where sto.specimen_name = #{sampleType} |
| | | group by sto.specimen_name |
| | | </select> |
| | | <select id="selectStandardProductListByTree" resultType="com.ruoyi.basic.pojo.StandardProductList"> |
| | | <select id="selectStandardProductListByTree" resultType="com.ruoyi.basic.vo.StandardProductListVO"> |
| | | select <include refid="selectStandardTree"/> |
| | | from structure_item_parameter |
| | | where ( |
| | |
| | | order by inspection_item_class, inspection_item, id asc |
| | | </select> |
| | | |
| | | <select id="selectStandardProductListByTree2" resultType="com.ruoyi.basic.pojo.StandardProductList"> |
| | | <select id="selectStandardProductListByTree2" resultType="com.ruoyi.basic.vo.StandardProductListVO"> |
| | | select <include refid="selectStandardTree"/> |
| | | from structure_item_parameter |
| | | where sample LIKE CONCAT('%[', #{tree}, ']%') |