暂停公司统计短信

dev
lisai17@sina.com 2022-01-17 09:55:31 +08:00
parent 0db5edd02d
commit a9f177230c
2 changed files with 6 additions and 6 deletions

View File

@ -104,7 +104,7 @@ public class Config extends JFinalConfig {
public static DeviceThread deviceThread = new DeviceThread(); public static DeviceThread deviceThread = new DeviceThread();
public static SocketIOService socketio = null; public static SocketIOService socketio = null;
private static boolean client_run = true; private static boolean client_run = true;
public static final String CLINET_VERSION = "20220103"; public static final String CLINET_VERSION = "20220112";
public static String getRootPath() { public static String getRootPath() {
return PathKit.getWebRootPath() return PathKit.getWebRootPath()

View File

@ -349,11 +349,11 @@ public class StatSmsJob implements Job {
return; return;
} }
try { // try {
statAggr(); // statAggr();
} catch (Exception e) { // } catch (Exception e) {
log.error(e.getMessage(), e); // log.error(e.getMessage(), e);
} // }
try { try {
stat(); stat();