Subversion Repositories SmartDukaan

Rev

Rev 37472 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37472 Rev 37482
Line 209... Line 209...
209
 
209
 
210
    @Autowired
210
    @Autowired
211
    VivoImeiActivationService vivoImeiActivationService;
211
    VivoImeiActivationService vivoImeiActivationService;
212
 
212
 
213
    @Autowired
213
    @Autowired
-
 
214
    CarlcareImeiActivationService carlcareImeiActivationService;
-
 
215
 
-
 
216
    @Autowired
214
    private PartnerTypeChangeService partnerTypeChangeService;
217
    private PartnerTypeChangeService partnerTypeChangeService;
215
 
218
 
216
 
219
 
217
    @Autowired
220
    @Autowired
218
    private LeadRepository leadRepository;
221
    private LeadRepository leadRepository;
Line 3737... Line 3740...
3737
            e.printStackTrace();
3740
            e.printStackTrace();
3738
        }
3741
        }
3739
 
3742
 
3740
    }
3743
    }
3741
 
3744
 
-
 
3745
    public void checkCarlcareImeiActivation() {
-
 
3746
 
-
 
3747
        try {
-
 
3748
            carlcareImeiActivationService.checkImeiActivation();
-
 
3749
        } catch (Exception e) {
-
 
3750
            LOGGER.error("Carlcare imei activation pass failed", e);
-
 
3751
        }
-
 
3752
 
-
 
3753
    }
-
 
3754
 
3742
    public void selectFinServiceFollowUpDateByCurrDate(LocalDate currentDate) throws
3755
    public void selectFinServiceFollowUpDateByCurrDate(LocalDate currentDate) throws
3743
            MessagingException, ProfitMandiBusinessException, IOException {
3756
            MessagingException, ProfitMandiBusinessException, IOException {
3744
        LOGGER.info("selectfinServiceFollow - {}", "selectfinServiceFollowUpDateByCurrDate");
3757
        LOGGER.info("selectfinServiceFollow - {}", "selectfinServiceFollowUpDateByCurrDate");
3745
 
3758
 
3746
        serviceConfigService.selectFinServicePartnerfollowUpDateByCurrentDate(currentDate);
3759
        serviceConfigService.selectFinServicePartnerfollowUpDateByCurrentDate(currentDate);