Commit b2592bff by fudahua

日志

parent fffafc4a
......@@ -3,6 +3,7 @@ package com.gic.haoban.manage.service.task;
import com.alibaba.fastjson.JSONObject;
import com.gic.clerk.api.dto.ClerkDTO;
import com.gic.clerk.api.service.ClerkService;
import com.gic.dubbo.entity.ProviderLocalTag;
import com.gic.enterprise.api.service.StoreGroupService;
import com.gic.enterprise.api.service.StoreService;
import com.gic.haoban.base.api.common.ServiceResponse;
......@@ -78,7 +79,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
} catch (Exception e) {
e.printStackTrace();
logger.info("微信成员同步失败:{}", e);
reason="同步异常";
reason = "同步异常:" + ProviderLocalTag.tag.get().traceId;
dealFlag = false;
} finally {
if (!dealFlag) {
......
......@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.gic.commons.util.EntityUtil;
import com.gic.commons.util.GICMQClientUtil;
import com.gic.dubbo.entity.ProviderLocalTag;
import com.gic.enterprise.api.dto.StoreDTO;
import com.gic.enterprise.api.dto.StoreGroupDTO;
import com.gic.enterprise.api.service.StoreGroupService;
......@@ -147,7 +148,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
}
} catch (Exception e) {
resultFlag = false;
reason = "处理异常";
reason = "处理异常:" + ProviderLocalTag.tag.get().traceId;
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