| | |
| | | |
| | | <select id="selectComponent" resultType="com.whyc.pojo.Component"> |
| | | select DISTINCT tb_component.* FROM db_doc.tb_component,db_doc.tb_component_product_history where tb_component.id=tb_component_product_history.component_id |
| | | and tb_component_product_history.sub_name=#{subName} and tb_component_product_history.parent_model=#{parentModel |
| | | and tb_component_product_history.sub_name=#{subName} and tb_component_product_history.parent_model=#{parentModel} |
| | | and tb_component_product_history.e_version=#{eVersion} |
| | | </select> |
| | | </mapper> |