src/main/resources/mapper/ProductBomHistoryMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/ProductBomHistoryMapper.xml
@@ -113,7 +113,7 @@ <select id="selectSoftware" resultType="com.whyc.pojo.Software"> select DISTINCT tb_software.* FROM tb_software where apply_material_code=#{parentCode} and lock_flag=0 where apply_material_code=#{parentCode} and lock_flag=0 order by font_update_time desc </select> <select id="getBomListByProductIdAndSubVersion" resultMap="Map_ProductBomHistory"> <!--SELECT h.product_id,h.material_id,h.quantity,m.*-->