1
zj
2025-08-27 a067fca929a31a42a4ef7148ca05687d371eb37a
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>