1
zyy
2026-03-27 c1e129915e283242df0fa53589223143827474eb
src/main/resources/mapper/IntradayOrderMapper.xml
@@ -29,7 +29,7 @@
            </if>
        </where>
        GROUP BY o.id
        ORDER BY o.order_time DESC
        ORDER BY o.created_at DESC
    </select>
</mapper>