Compare commits
No commits in common. "b84e3439ee8bb071dbf8d997e7588e6389a12385" and "34b1b8632a991f59f93fba1b334aaa4526d3adce" have entirely different histories.
b84e3439ee
...
34b1b8632a
|
|
@ -55,14 +55,10 @@ public class DataStatisticsUtil {
|
|||
if(EYesNo.NO.getIntValue() == cuMember.getIsActivate()){
|
||||
// 昨日非激活 排除昨日日结表数据
|
||||
excludeDailySettlementData(detailVOList);
|
||||
}
|
||||
/**
|
||||
* 2025年6月17日 团队盒数不包含注水,在此无需再次排除
|
||||
else{
|
||||
}else{
|
||||
// 排除注水数据
|
||||
excludeWaterInjectionData(detailVOList, pkId);
|
||||
}
|
||||
*/
|
||||
CuMemberRetailDataStatisticsDetailVO bigRangeBox = getBigRangeBoxDetailVO(detailVOList, pkId);
|
||||
CuMemberRetailDataStatisticsDetailVO bigRangePv = getBigRangePVDetailVO(detailVOList, pkId);
|
||||
Integer smallRangeTotalBoxNum = total.getTotalBoxNum() - bigRangeBox.getTotalBoxNum();
|
||||
|
|
@ -95,8 +91,8 @@ public class DataStatisticsUtil {
|
|||
// + detailVO.getTeamNewBoxNum() // 团队新增盒数(日结)
|
||||
+ detailVO.getSNewBoxNum() // 个人新增消费盒数(秒结)
|
||||
+ detailVO.getSTeamNewBoxNum() // 团队新增盒数(秒结)
|
||||
+ detailVO.getBigBoxNum() // 个人注水大区盒数(日结)
|
||||
+ detailVO.getSmallBoxNum() // 个人注水小区盒数(日结)
|
||||
// - detailVO.getBigBoxNum() // 个人注水大区盒数(日结)
|
||||
// - detailVO.getSmallBoxNum() // 个人注水小区盒数(日结)
|
||||
);
|
||||
detailVO.setTotalPv(
|
||||
detailVO.getConsumePv()
|
||||
|
|
|
|||
Loading…
Reference in New Issue