he wei
2022-08-11 0a6f5966f8da29c4a57e11bdded9dd767a3c28b2
'lxw'
1个文件已修改
1 ■■■■ 已修改文件
src/main/resources/mapper/ComponentMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | 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}