cloudroam
2025-03-28 4e5c47ee19caf98810b4ee50661fc141c4d7478f
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());
//                    }
//                }
            }
        }
    }