zss
2026-08-22 56a39c64a8f8c189cc7da19f8d20256758b28ad6
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -115,7 +115,7 @@
                and ppm.id = #{c.productMainId}
            </if>
        </where>
        order by ppm.create_time desc
        order by ppm.product_no desc
    </select>
    <select id="getOrderByMainId" resultType="com.ruoyi.production.pojo.ProductionOrder">