zss
2 天以前 a5198f6c2306d1dae7709e9643e09e678cc36eca
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -82,7 +82,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">