Subversion Repositories SmartDukaan

Rev

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

Rev 30641 Rev 30659
Line 739... Line 739...
739
				List<Integer> schemeIdsInt = schemeIds.stream().map(x -> Integer.parseInt(x)).collect(Collectors.toList());
739
				List<Integer> schemeIdsInt = schemeIds.stream().map(x -> Integer.parseInt(x)).collect(Collectors.toList());
740
				runOnceTasks.processSchemeByIds(schemeIdsInt);
740
				runOnceTasks.processSchemeByIds(schemeIdsInt);
741
 
741
 
742
			}
742
			}
743
 
743
 
-
 
744
			if (args.containsOption("updateSaholicCISTable")) {
-
 
745
				runOnceTasks.updateSaholicCISTable();
-
 
746
 
-
 
747
			}
-
 
748
 
744
			System.exit(0);
749
			System.exit(0);
745
		}
750
		}
746
 
751
 
747
	}
752
	}
748
 
753