瀏覽代碼

修改逻辑

dos 1 月之前
父節點
當前提交
a9edc63e18

+ 2 - 2
game-business/src/main/java/com/game/business/service/impl/AppUserAgentServiceImpl.java

@@ -225,7 +225,7 @@ public class AppUserAgentServiceImpl extends ServiceImpl<AppUserAgentMapper, App
                         }).collect(Collectors.toList()));
                     }
                     //统计整条线用户数据
-                    List<AppUserCount> appUserCountList = appUserCountService.getAppUserCountNew(e.getUserId(), teamDto.getBeginTime(),teamDto.getEndTime());
+                    /*List<AppUserCount> appUserCountList = appUserCountService.getAppUserCountNew(e.getUserId(), teamDto.getBeginTime(),teamDto.getEndTime());
                     if(null != appUserCountList && appUserCountList.size() > 0) {
                         DecimalFormat df = new DecimalFormat("#.##");
                         //下注金额
@@ -262,7 +262,7 @@ public class AppUserAgentServiceImpl extends ServiceImpl<AppUserAgentMapper, App
                         e.setRechargeCommission(0.00);
                         //充值赠送金额
                         e.setRechargeGive(0.00);
-                    }
+                    }*/
                 });
             }
         }