Authored by wujiexiang

删除多余的代码

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