Commit fffafc4a by fudahua

日志

parent 812aeb62
......@@ -77,7 +77,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
}
} catch (Exception e) {
e.printStackTrace();
logger.info("微信成员同步失败:", JSONObject.toJSONString(dataPre));
logger.info("微信成员同步失败:{}", e);
reason="同步异常";
dealFlag = false;
} finally {
......
......@@ -149,7 +149,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
resultFlag = false;
reason = "处理异常";
e.printStackTrace();
logger.info("处理异常");
logger.info("处理异常:{}", e);
} finally {
if (!resultFlag) {
dealException(dealParamMqDTO.getTaskId(), dealParamMqDTO.getData(), dataPre.getEnterpriseId(), reason);
......
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