north-glass-erp/src/main/resources/mapper/sd/BomDataMapper.xml
@@ -26,4 +26,12 @@ (product_id,base_id,product_layer) values (#{produceId},#{tabId},#{layer}) </insert> <select id="getOrderBomDataMp"> SELECT DISTINCT product_id,product_name from sd.order_detail where order_id=#{orderId} </select> <select id="getBOMDetails"> </select> </mapper>