Authored by wujiexiang

删除多余的代码

@@ -100,10 +100,6 @@ public class SellerEnterTypeChangeEventHandler implements IEventHandler<SellerEn @@ -100,10 +100,6 @@ public class SellerEnterTypeChangeEventHandler implements IEventHandler<SellerEn
100 //处理下个周期的数据 100 //处理下个周期的数据
101 nextPeriodUpdate(sellerUid, entrySellerType, 0, configuration); 101 nextPeriodUpdate(sellerUid, entrySellerType, 0, configuration);
102 }); 102 });
103 -  
104 - configurations.forEach(configuration -> {  
105 -  
106 - });  
107 } 103 }
108 104
109 private void nextPeriodUpdate(int sellerUid, EntrySellerType entrySellerType, Integer quantity, SellerOrderStatsConfiguration configuration) { 105 private void nextPeriodUpdate(int sellerUid, EntrySellerType entrySellerType, Integer quantity, SellerOrderStatsConfiguration configuration) {