lisai17@sina.com 2020-11-11 11:55:42 +08:00
parent a8a54ac2b8
commit a04eb765f9
1 changed files with 8 additions and 1 deletions

View File

@ -243,14 +243,21 @@ public class StatSmsJob implements Job {
}
try {
statCustomer();
statAggr();
} catch (Exception e) {
log.error(e.getMessage(), e);
}
try {
stat();
} catch (Exception e) {
log.error(e.getMessage(), e);
}
try {
statCustomer();
} catch (Exception e) {
log.error(e.getMessage(), e);
}
}
}