yuan
2026-09-17 45867accb90b6a1078bcc251889cd979da0fa00b
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -134,7 +134,7 @@
        <include refid="ProductionOrderVoColumns" />
        <include refid="ProductionOrderVoFrom" />
        <include refid="ProductionOrderWhere" />
        order by po.id desc
        order by po.nps_no desc, po.status  , po.plan_complete_time
    </select>
    <select id="listProductionOrder" resultMap="ProductionOrderVoResultMap">