陶杰
2025-01-09 1fe9a1c594c40324b64f2822b2381e741fa231fc
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());
//                    }
//                }
            }
        }
    }