Commit 482caf01 by fudahua

企业微信标签同步

parent da215b9f
...@@ -139,7 +139,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService { ...@@ -139,7 +139,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
itemRelation.setStatusFlag(1); itemRelation.setStatusFlag(1);
itemRelation.setRelationType(QywxTagRelationTypeEnum.TAG_ITEM.getType()); itemRelation.setRelationType(QywxTagRelationTypeEnum.TAG_ITEM.getType());
itemRelation.setQywxTagId(groupKey.getQywxTagId()); itemRelation.setQywxTagId(groupKey.getQywxTagId());
itemRelation.setMemberTagId(groupKey.getQywxGroupKey()); itemRelation.setMemberTagId(infoDTO.getQywxGroupKey());
itemRelation.setEnterpriseId(enterpriseId); itemRelation.setEnterpriseId(enterpriseId);
itemRelation.setQywxTagItemId(tab.getQywxTagItemId()); itemRelation.setQywxTagItemId(tab.getQywxTagItemId());
itemRelation.setTagItemId(orgItem.getQywxTagKey()); itemRelation.setTagItemId(orgItem.getQywxTagKey());
......
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