dev
parent
a8a54ac2b8
commit
a04eb765f9
|
|
@ -243,14 +243,21 @@ public class StatSmsJob implements Job {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
statCustomer();
|
statAggr();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
stat();
|
stat();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
statCustomer();
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.error(e.getMessage(), e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue