| Line 25... |
Line 25... |
| 25 |
private static Log log = LogFactory.getLog(OosStatusMarker.class);
|
25 |
private static Log log = LogFactory.getLog(OosStatusMarker.class);
|
| 26 |
|
26 |
|
| 27 |
private static final Integer OOS_STATUS_CUTOFF_HOUR = 23;
|
27 |
private static final Integer OOS_STATUS_CUTOFF_HOUR = 23;
|
| 28 |
private static final Integer OOS_STATUS_CUTOFF_MINUTE = 59;
|
28 |
private static final Integer OOS_STATUS_CUTOFF_MINUTE = 59;
|
| 29 |
|
29 |
|
| 30 |
private static final String[] tomail = {"amar.kumar@shop2020.in", "sandeep.sachdeva@shop2020.in", "khushal.bhatia@shop2020.in", "rajveer.singh@shop2020.in"};
|
30 |
private static final String[] tomail = {"manish.sharma@shop2020.in", "sandeep.sachdeva@shop2020.in", "khushal.bhatia@shop2020.in", "rajveer.singh@shop2020.in"};
|
| 31 |
//private static final String[] tomail = {"amar.kumar@shop2020.in"};
|
31 |
//private static final String[] tomail = {"amar.kumar@shop2020.in"};
|
| 32 |
|
32 |
|
| 33 |
public static void main(String[] args) throws TTransportException {
|
33 |
public static void main(String[] args) throws TTransportException {
|
| 34 |
Calendar oosEvaluationDate = Calendar.getInstance();
|
34 |
Calendar oosEvaluationDate = Calendar.getInstance();
|
| 35 |
Calendar cartAdditionStartDate = Calendar.getInstance();
|
35 |
Calendar cartAdditionStartDate = Calendar.getInstance();
|