yuan
9 天以前 9c43ef7d1ce78d5a576c63eb635776646f7b6cc2
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">