Commit 6154037b by 徐高华

Merge branch 'bugfix/xgh1212' into 'developer'

log

See merge request !1593
parents 8a82c917 23d7d964
...@@ -146,7 +146,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService { ...@@ -146,7 +146,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
} }
} }
items = needAddList ; items = needAddList ;
logger.info("更新标签,新增={}",needAddList); logger.info("更新标签,新增={}",JSONObject.toJSONString(needAddList));
} }
if(CollectionUtils.isEmpty(items)) { if(CollectionUtils.isEmpty(items)) {
logger.info("没有需要处理的标签"); logger.info("没有需要处理的标签");
......
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