zyy
2026-01-12 b63eb86888f55bb0e89e0df11f37a514e5724ad6
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>