gongchunyi
20 小时以前 10e96d8bde12ac7a754111dbd063e3dee7edb9aa
fix: 首页生产订单进度按照订单编号倒序
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/production/ProductionOrderMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -232,7 +232,7 @@
                and po.create_time < #{endTime}
            </if>
        </where>
        order by po.id desc
        order by po.nps_no desc
        limit #{offset}, #{size}
    </select>