1
zyy
2026-02-12 e89e71158de719c70c487110a0f8d00d4a30d30b
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>