he wei
2022-08-08 535334ff794294b0cd7a57949f1e2a8e96a97499
'lxw'
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/ProductBomMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ProductBomMapper.xml
@@ -100,7 +100,7 @@
    <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>