fanli/src/main/java/com/yeshi/fanli/service/impl/push/IOSPushServiceImpl.java
@@ -483,11 +483,13 @@ Calendar now = Calendar.getInstance(); int hour = now.get(Calendar.HOUR_OF_DAY); if (hour >= 8 && hour < 20) { ispush = true; // 可推送 } else { listNotPushId = validateNotDisturb(); } // if (hour >= 8 && hour < 20) { // ispush = true; // 可推送 // } else { // listNotPushId = validateNotDisturb(); // } ispush=true;//TODO 处理消息免打扰 for (DeviceTokenIOS ios : list) {