From 7b226cc5f74e2f487f16f11b638696fa15ec2412 Mon Sep 17 00:00:00 2001 From: nili Date: Wed, 24 Jul 2024 12:03:53 +0800 Subject: [PATCH] fx --- .../awesome/group/game/service/matrix/SuperAdminService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java b/game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java index d6f99c5..cb2e57d 100644 --- a/game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java +++ b/game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java @@ -210,7 +210,6 @@ public class SuperAdminService { newRecord.setAdvType(Constants.VIDEO); newRecord.setEcpm(ecpm); newRecord.setEcpmReal(ecpmReal); - newRecord.setEcpmAdmin(0L); newRecord.setUserId(uid); newRecord.setDeviceName(record.getDeviceName()); newRecord.setDeviceBrand(record.getDeviceBrand());