Subversion Repositories SmartDukaan

Rev

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

Rev 29801 Rev 29807
Line 3060... Line 3060...
3060
			e.printStackTrace();
3060
			e.printStackTrace();
3061
		}
3061
		}
3062
 
3062
 
3063
	}
3063
	}
3064
 
3064
 
3065
	public void selectFinServiceFollowUpDateByCurrDate(LocalDate currentDate) {
3065
	public void selectFinServiceFollowUpDateByCurrDate(LocalDate currentDate)
-
 
3066
			throws MessagingException, ProfitMandiBusinessException, IOException {
3066
		LOGGER.info("selectfinServiceFollow - {}", "selectfinServiceFollowUpDateByCurrDate");
3067
		LOGGER.info("selectfinServiceFollow - {}", "selectfinServiceFollowUpDateByCurrDate");
3067
 
3068
 
3068
			serviceConfigService.selectFinServicePartnerfollowUpDateByCurrentDate(currentDate);
3069
		serviceConfigService.selectFinServicePartnerfollowUpDateByCurrentDate(currentDate);
3069
		
3070
 
3070
	}
3071
	}
3071
 
3072
 
3072
	public void checkTecnoImeiActivation(LocalDate date, Integer day) {
3073
	public void checkTecnoImeiActivation(LocalDate date, Integer day) {
3073
		LOGGER.info("Hello - {}", "hhh");
3074
		LOGGER.info("Hello - {}", "hhh");
3074
 
3075