From 42a52025e33c655986d5e3121113dd94083c10f7 Mon Sep 17 00:00:00 2001
From: qian <2269112473@qq.com>
Date: Mon, 16 Dec 2024 14:13:44 +0800
Subject: [PATCH] 11
---
.idea/jarRepositories.xml | 20 +++++++++++++++++++
.../cn/edu/hust/session/CategorySortKey.java | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 .idea/jarRepositories.xml
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..712ab9d
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/cn/edu/hust/session/CategorySortKey.java b/src/main/java/cn/edu/hust/session/CategorySortKey.java
index 27f0600..2449cff 100644
--- a/src/main/java/cn/edu/hust/session/CategorySortKey.java
+++ b/src/main/java/cn/edu/hust/session/CategorySortKey.java
@@ -26,7 +26,7 @@ public class CategorySortKey implements Ordered, java.io.Serial
return (int) (payCount-categorySortKey.getPayCount());// 如果点击数、订单数和支付数都相等,则返回 0,表示相等
return 0;
}
-
+//11
@Override
public boolean $less(CategorySortKey categorySortKey) {
if(clickCount