Commit bf50e839 by guojuxing

日志

parent 77d444b8
...@@ -163,7 +163,7 @@ public class ResourceGroupApiServiceImpl implements ResourceGroupApiService{ ...@@ -163,7 +163,7 @@ public class ResourceGroupApiServiceImpl implements ResourceGroupApiService{
GicMQClient client = GICMQClientUtil.getClientInstance(); GicMQClient client = GICMQClientUtil.getClientInstance();
try { try {
logger.info("联合商户资源授权通知"); logger.info("联合商户资源授权通知:{}", JSON.toJSONString(unionEnterpriseAuthResNoticeDTO));
client.sendMessage("syncResourceAuthChangeMQ", JSONObject.toJSONString(unionEnterpriseAuthResNoticeDTO)); client.sendMessage("syncResourceAuthChangeMQ", JSONObject.toJSONString(unionEnterpriseAuthResNoticeDTO));
} catch (Exception e) { } catch (Exception e) {
logger.warn("联合商户资源授权路由:{}", e.getMessage(), e); logger.warn("联合商户资源授权路由:{}", e.getMessage(), e);
......
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