Subversion Repositories SmartDukaan

Rev

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

Rev 25523 Rev 25524
Line 605... Line 605...
605
		 */
605
		 */
606
		// throw new Exception();
606
		// throw new Exception();
607
	}
607
	}
608
 
608
 
609
	public void fixSchemePayouts() throws Exception {
609
	public void fixSchemePayouts() throws Exception {
610
 
-
 
-
 
610
		LOGGER.info("In fix scheme Payouts");
611
		LocalDateTime startDate = LocalDate.of(2019, 9, 1).atStartOfDay();
611
		LocalDateTime startDate = LocalDate.of(2019, 9, 1).atStartOfDay();
612
		List<SchemeInOut> sios = schemeInOutRepository.selectAllByCreateDate(startDate, LocalDateTime.now());
612
		List<SchemeInOut> sios = schemeInOutRepository.selectAllByCreateDate(startDate, LocalDateTime.now());
613
		
613
		
614
		for (SchemeInOut sio : sios) {
614
		for (SchemeInOut sio : sios) {
615
			if(sio.getSchemeId()<348) {
615
			if(sio.getSchemeId()<348) {