Commit d629bcb1 by fudahua

会员标签同步-traceId

parent 8a854a17
...@@ -885,7 +885,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService { ...@@ -885,7 +885,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
ret.put("描述", "标签数据库不存在:" + relation.getTagItemId()); ret.put("描述", "标签数据库不存在:" + relation.getTagItemId());
return ret; return ret;
} }
ret.put("名称", tabQywxTag.getQywxGroupName()); ret.put("名称(标签)", tabQywxTag.getQywxGroupName());
List<String> ids = new ArrayList<>(); List<String> ids = new ArrayList<>();
ids.add(tabQywxTag.getQywxGroupKey()); ids.add(tabQywxTag.getQywxGroupKey());
......
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