nili 2 months ago
parent
commit
7b226cc5f7
  1. 1
      game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java

1
game-service/src/main/java/awesome/group/game/service/matrix/SuperAdminService.java

@ -210,7 +210,6 @@ public class SuperAdminService {
newRecord.setAdvType(Constants.VIDEO); newRecord.setAdvType(Constants.VIDEO);
newRecord.setEcpm(ecpm); newRecord.setEcpm(ecpm);
newRecord.setEcpmReal(ecpmReal); newRecord.setEcpmReal(ecpmReal);
newRecord.setEcpmAdmin(0L);
newRecord.setUserId(uid); newRecord.setUserId(uid);
newRecord.setDeviceName(record.getDeviceName()); newRecord.setDeviceName(record.getDeviceName());
newRecord.setDeviceBrand(record.getDeviceBrand()); newRecord.setDeviceBrand(record.getDeviceBrand());

Loading…
Cancel
Save