Commit d4fb5c83 by jinxin

会员标签同步

parent 917deb66
...@@ -808,6 +808,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA ...@@ -808,6 +808,7 @@ public class ExternalClerkRelatedApiServiceImpl implements ExternalClerkRelatedA
Integer totalCount = tabHaobanExternalClerkRelatedMapper.countByEnterpriseIdAndWxEnterpriseId(wxEnterpriseId, enterpriseId); Integer totalCount = tabHaobanExternalClerkRelatedMapper.countByEnterpriseIdAndWxEnterpriseId(wxEnterpriseId, enterpriseId);
if(0 == totalCount){ if(0 == totalCount){
dto.setTotalCount(0); dto.setTotalCount(0);
qywxTagSyncApiService.tagSync(dto);
return; return;
} }
dto.setTotalCount(totalCount); dto.setTotalCount(totalCount);
......
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