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 cb2e57d..084764b 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 @@ -204,9 +204,6 @@ public class SuperAdminService { newRecord.setAppId(schedule.getAppId()); newRecord.setAdvId(null); newRecord.setPlatform(2); - if ("lihao".equals(app.getChannel())) { - newRecord.setPlatform(5); - } newRecord.setAdvType(Constants.VIDEO); newRecord.setEcpm(ecpm); newRecord.setEcpmReal(ecpmReal);