gongchunyi
2026-08-05 948f75c4530566d35574ab4f2ad04509dca28a21
fix: 需求日期相同则按照批号倒序
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/production/ProductionPlanMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">