Commit 83299a7a by fudahua

日志

parent b2592bff
...@@ -79,7 +79,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation { ...@@ -79,7 +79,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
logger.info("微信成员同步失败:{}", e); logger.info("微信成员同步失败:{}", e);
reason = "同步异常:" + ProviderLocalTag.tag.get().traceId; reason = "同步异常:";
dealFlag = false; dealFlag = false;
} finally { } finally {
if (!dealFlag) { if (!dealFlag) {
......
...@@ -148,7 +148,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation { ...@@ -148,7 +148,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
} }
} catch (Exception e) { } catch (Exception e) {
resultFlag = false; resultFlag = false;
reason = "处理异常:" + ProviderLocalTag.tag.get().traceId; reason = "处理异常:";
e.printStackTrace(); e.printStackTrace();
logger.info("处理异常:{}", e); logger.info("处理异常:{}", e);
} finally { } finally {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment