|
@@ -325,11 +325,8 @@ public class KxsCampServiceImpl extends ServiceImpl<KxsCampMapper, KxsCamp> impl
|
|
|
if(resR.getStatus() == 1){
|
|
if(resR.getStatus() == 1){
|
|
|
if(resR.getData() != null){
|
|
if(resR.getData() != null){
|
|
|
JSONObject jsonObject = JSON.parseObject(JSON.toJSONString(resR.getData()));
|
|
JSONObject jsonObject = JSON.parseObject(JSON.toJSONString(resR.getData()));
|
|
|
- int total = jsonObject.getInteger("SelfPosMerchantCount")
|
|
|
|
|
- + jsonObject.getInteger("TeamPosMerchantCount")
|
|
|
|
|
- + jsonObject.getInteger("SelfSimMerchantCount")
|
|
|
|
|
|
|
+ int total = jsonObject.getInteger("TeamPosMerchantCount")
|
|
|
+ jsonObject.getInteger("TeamSimMerchantCount")
|
|
+ jsonObject.getInteger("TeamSimMerchantCount")
|
|
|
- + jsonObject.getInteger("SelfMpMerchantCount")
|
|
|
|
|
+ jsonObject.getInteger("TeamMpMerchantCount");
|
|
+ jsonObject.getInteger("TeamMpMerchantCount");
|
|
|
openNum += total;
|
|
openNum += total;
|
|
|
kxsCampUser.setTeamOpenNum(kxsCampUser.getTeamOpenNum() + total);
|
|
kxsCampUser.setTeamOpenNum(kxsCampUser.getTeamOpenNum() + total);
|
|
@@ -366,5 +363,6 @@ public class KxsCampServiceImpl extends ServiceImpl<KxsCampMapper, KxsCamp> impl
|
|
|
});
|
|
});
|
|
|
return pageData;
|
|
return pageData;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|