Commit 2a6ef74e authored by libin's avatar libin

团队

parent 3335f12b
...@@ -255,6 +255,7 @@ public class AppUserRelationBiz extends BaseBiz<AppUserRelationMapper,AppUserRel ...@@ -255,6 +255,7 @@ public class AppUserRelationBiz extends BaseBiz<AppUserRelationMapper,AppUserRel
Map<Integer,Integer> memberSateAndCountMap = new HashMap<>(); Map<Integer,Integer> memberSateAndCountMap = new HashMap<>();
AppUserRelation appUserRelation = new AppUserRelation(); AppUserRelation appUserRelation = new AppUserRelation();
appUserRelation.setParentId(userId); appUserRelation.setParentId(userId);
appUserRelation.setIsForever(0);
int totalCount = mapper.selectCount(appUserRelation); int totalCount = mapper.selectCount(appUserRelation);
appUserRelation.setIsForever(1); appUserRelation.setIsForever(1);
int activityCount = mapper.selectCount(appUserRelation); int activityCount = mapper.selectCount(appUserRelation);
......
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