|
@@ -867,9 +867,9 @@ public class TimingTask {
|
|
|
|
|
|
|
|
|
public void getTemporaryJobApplicationNewWithDate(String endDate,String startDate) throws Exception {
|
|
|
- /*if(isDev){
|
|
|
+ if(isDev){
|
|
|
return;
|
|
|
- }*/
|
|
|
+ }
|
|
|
DateTimeFormatter df=DateTimeFormatter.ofPattern("yyyy-MM-dd");
|
|
|
// LocalDate start=LocalDate.now().minusDays(7);
|
|
|
// LocalDate end=LocalDate.now();
|