src/main/resources/mapper/ComponentMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/ComponentMapper.xml
@@ -114,7 +114,6 @@ from db_doc.tb_component,db_doc.tb_component_product_history,tb_product_bom where tb_component.id=tb_component_product_history.component_id and tb_component_product_history.parent_model=tb_product_bom.parent_model and tb_product_bom.version=tb_component_product_history.e_version and tb_component_product_history.parent_model=#{parentModel} and tb_component_product_history.link_type=2 and tb_component_product_history.s_version<=#{version}