Commit 0d39bc32 by fudahua

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

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