cloudroam
2024-12-25 40915e4e8d54513acccd0fbdb33274e496ac1c69
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());
//                    }
//                }
            }
        }
    }