3 天以前 be430f7fb98b9b3a5c762256134fcc1f5880f17d
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.status  , po.plan_complete_time desc
    </select>
    <select id="listProductionOrder" resultMap="ProductionOrderVoResultMap">