From 40915e4e8d54513acccd0fbdb33274e496ac1c69 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 25 十二月 2024 14:01:32 +0800
Subject: [PATCH] fix: CPU特殊处理
---
src/main/java/com/mzl/flower/thread/FlowerCategoryPriceThread.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/mzl/flower/thread/FlowerCategoryPriceThread.java b/src/main/java/com/mzl/flower/thread/FlowerCategoryPriceThread.java
index 6ea0674..e5cd1a4 100644
--- a/src/main/java/com/mzl/flower/thread/FlowerCategoryPriceThread.java
+++ b/src/main/java/com/mzl/flower/thread/FlowerCategoryPriceThread.java
@@ -37,11 +37,11 @@
for(FlowerCategory c : cLs){
addTask(flowerService, c.getId(), null);
- if(ls != null && ls.size() > 0){
- for(Partner p : ls){
- addTask(flowerService, c.getId(), p.getId());
- }
- }
+// if(ls != null && ls.size() > 0){
+// for(Partner p : ls){
+// addTask(flowerService, c.getId(), p.getId());
+// }
+// }
}
}
}
--
Gitblit v1.9.3