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());