Commit 83299a7a by fudahua

日志

parent b2592bff
......@@ -79,7 +79,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
} catch (Exception e) {
e.printStackTrace();
logger.info("微信成员同步失败:{}", e);
reason = "同步异常:" + ProviderLocalTag.tag.get().traceId;
reason = "同步异常:";
dealFlag = false;
} finally {
if (!dealFlag) {
......
......@@ -148,7 +148,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
}
} catch (Exception e) {
resultFlag = false;
reason = "处理异常:" + ProviderLocalTag.tag.get().traceId;
reason = "处理异常:";
e.printStackTrace();
logger.info("处理异常:{}", e);
} 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