Commit 0d39bc32 by fudahua

会员标签同步-重命名-fix

parent 1dc1ed05
......@@ -837,7 +837,6 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
renameQywxKey = tabQywxTag.getQywxGroupKey();
order = tabQywxTag.getOrder();
name = "GIC" + name;
relationId = tabQywxTag.getQywxTagId();
} else if (type == QywxTagRelationTypeEnum.TAG_ITEM.getType()) {
TabQywxTagItem qywxTagItem = qywxTagService.getQywxTagItemById(wxEnterpriseId, id);
......@@ -847,8 +846,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
}
renameQywxKey = qywxTagItem.getQywxTagKey();
order = qywxTagItem.getOrder();
relationId = qywxTagItem.getQywxTagId();
relationId = qywxTagItem.getQywxTagItemId();
}
WxEnterpriseDTO wxEnterpriseDTO = wxEnterpriseService.selectById(wxEnterpriseId);
......
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