Commit f757a0b4 by 徐高华

Merge branch 'bugfix/xgh1212' into 'master'

log

See merge request !1596
parents c004b49c 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