gongchunyi
2026-08-06 75d5861396dd76d2526d5475b1b3ea8151540c79
src/main/resources/mapper/production/ProductionPlanMapper.xml
@@ -58,7 +58,7 @@
                </if>
            </if>
        </where>
        ORDER BY pp.required_date DESC
        ORDER BY pp.required_date DESC, mps_no DESC
    </select>
    <select id="selectWithMaterialByIds" resultType="com.ruoyi.production.bean.dto.ProductionPlanDto">