Commit 095f42e0 by jinxin

会员标签同步

parent 8a0e78ca
...@@ -850,6 +850,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA ...@@ -850,6 +850,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA
if (result.size() == size){ if (result.size() == size){
totalCount = totalCount + size; totalCount = totalCount + size;
dto.setMemberIds(result); dto.setMemberIds(result);
dto.setTotalCount(totalCount);
qywxTagSyncApiService.tagSync(dto); qywxTagSyncApiService.tagSync(dto);
result.clear(); result.clear();
} }
......
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