liyong
2026-04-29 f053e8ba8c6d0b95daa378ef118b3a780f9f6cde
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -69,6 +69,7 @@
                and po.create_time between #{c.startTime} and #{c.endTime}
            </if>
        </where>
        order by po.id desc
    </select>
    <select id="listProcessRoute" resultType="com.ruoyi.production.pojo.ProcessRoute">
        select pr.*
@@ -86,7 +87,10 @@
               p.product_name,
               pp.name as  process_name,
               pm.product_id,
               pm.model
               pm.model,
               ps.process_route_open_num,
               ps.process_route_num,
               ps.process_route_add_num
        from
            product_structure ps
                left join product_model pm on ps.product_model_id = pm.id