lxw
2022-12-05 d68039e963bb2d2e2798c22c1c49ae69aab4bbce
软件下载data3加order by font_update_time desc
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/ProductBomHistoryMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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.*-->