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()); // } // } } } }