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