暂停公司统计短信
parent
0db5edd02d
commit
a9f177230c
|
|
@ -104,7 +104,7 @@ public class Config extends JFinalConfig {
|
|||
public static DeviceThread deviceThread = new DeviceThread();
|
||||
public static SocketIOService socketio = null;
|
||||
private static boolean client_run = true;
|
||||
public static final String CLINET_VERSION = "20220103";
|
||||
public static final String CLINET_VERSION = "20220112";
|
||||
|
||||
public static String getRootPath() {
|
||||
return PathKit.getWebRootPath()
|
||||
|
|
|
|||
|
|
@ -349,11 +349,11 @@ public class StatSmsJob implements Job {
|
|||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
statAggr();
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage(), e);
|
||||
}
|
||||
// try {
|
||||
// statAggr();
|
||||
// } catch (Exception e) {
|
||||
// log.error(e.getMessage(), e);
|
||||
// }
|
||||
|
||||
try {
|
||||
stat();
|
||||
|
|
|
|||
Loading…
Reference in New Issue