Subversion Repositories SmartDukaan

Rev

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

Rev 32214 Rev 32223
Line 1143... Line 1143...
1143
    StandAlone standAlone;
1143
    StandAlone standAlone;
1144
    @Autowired
1144
    @Autowired
1145
    ItelImeiActivationNewService itelImeiActivationNewService;
1145
    ItelImeiActivationNewService itelImeiActivationNewService;
1146
    public void checkItelImeiActivationNew(LocalDate date, Integer day)  throws Exception {
1146
    public void checkItelImeiActivationNew(LocalDate date, Integer day)  throws Exception {
1147
        try {
1147
        try {
1148
            itelImeiActivationNewService.checkItelImeiActivationNew(date ,day);
1148
            itelImeiActivationNewService.checkItelImeiActivationNew(date, day);
-
 
1149
        } catch (Throwable e) {
-
 
1150
            throw new Exception(e);
-
 
1151
        }
-
 
1152
    }
-
 
1153
 
-
 
1154
    public void test() throws Exception {
-
 
1155
        try {
-
 
1156
            itelImeiActivationNewService.checkItelImeiActivationNew(LocalDate.now(), 15);
1149
        } catch (Throwable e) {
1157
        } catch (Throwable e) {
1150
            throw new Exception(e);
1158
            throw new Exception(e);
1151
        }
1159
        }
1152
 
1160
 
1153
        //this.sendMailForSamsungRebilling();
1161
        //this.sendMailForSamsungRebilling();