zss
2026-08-22 615c83a15cdccd2f64b87224b49058744b0c99ad
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -125,7 +125,7 @@
        <include refid="ProductionOrderVoColumns" />
        <include refid="ProductionOrderVoFrom" />
        <include refid="ProductionOrderWhere" />
        order by po.id desc
        order by po.status  , po.plan_complete_time desc
    </select>
    <select id="listProductionOrder" resultMap="ProductionOrderVoResultMap">