liyong
3 天以前 d3e304221464c5f66f3c24e3186baff0f313660e
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -66,8 +66,7 @@
        select pr.*
        from process_route pr
                 left join product_model pm on pr.product_model_id = pm.id
                 left join sales_ledger_product slp on pm.id = slp.product_model_id
        where slp.id = #{productModelId}
        where pm.id = #{productModelId}
    </select>
    <select id="listProcessBom" resultType="com.ruoyi.production.dto.ProductStructureDto">
        select ps.id,