Subversion Repositories SmartDukaan

Rev

Rev 34926 | Rev 34939 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34926 Rev 34927
Line 500... Line 500...
500
        if (!partnerDailyInvestments.isEmpty()) {
500
        if (!partnerDailyInvestments.isEmpty()) {
501
            partnerDailyInvestmentMap = partnerDailyInvestments.stream()
501
            partnerDailyInvestmentMap = partnerDailyInvestments.stream()
502
                    .collect(Collectors.toMap(x -> x.getFofoId(), x -> x));
502
                    .collect(Collectors.toMap(x -> x.getFofoId(), x -> x));
503
        }
503
        }
504
 
504
 
505
        LOGGER.info("partnerDailyInvestmentMap {}",partnerDailyInvestmentMap);
-
 
506
 
-
 
507
    //  this month return data
505
    //  this month return data
508
 
506
 
509
        YearMonth currentMonth;
507
        YearMonth currentMonth;
510
        LocalDateTime currentMonthStartDate;
508
        LocalDateTime currentMonthStartDate;
511
        LocalDateTime currentMonthEndDate;
509
        LocalDateTime currentMonthEndDate;
Line 634... Line 632...
634
            }else if(abmL3Id != 0){
632
            }else if(abmL3Id != 0){
635
                abmName = authRepository.selectById(abmL3Id).getFullName();
633
                abmName = authRepository.selectById(abmL3Id).getFullName();
636
            }
634
            }
637
            AST ast = astRepository.selectById(customRetailers.get(fofoId).getAstId());
635
            AST ast = astRepository.selectById(customRetailers.get(fofoId).getAstId());
638
 
636
 
-
 
637
            LOGGER.info("fofoID--11 {}",fofoId);
639
            PartnerType partnerTypeThisMonth = partnerTypeChangeService.getTypeOnMonth(fofoId, currentMonth);
638
            PartnerType partnerTypeThisMonth = partnerTypeChangeService.getTypeOnMonth(fofoId, currentMonth);
640
 
639
 
641
//            generate retaile detail
640
//            generate retaile detail
642
 
641
 
643
            BIRetailerModel biRetailerModel = new BIRetailerModel();
642
            BIRetailerModel biRetailerModel = new BIRetailerModel();