zoujiajian 2 tahun lalu
induk
melakukan
fe85889218

+ 3 - 3
netflix-service/src/main/java/com/cyksj/service/template/impl/TemplateCommonServiceImpl.java

@@ -228,15 +228,15 @@ public class TemplateCommonServiceImpl implements TemplateCommonService {
 		userSysMsgNotifyService.recordUserAccountUpdateSysMsg(account.getGoodsId(), skuId, relations, account.getAccount(), goodsDon.getTitle());
 		for (GroupsRelationView relation : relations) {
 			if (relation.getExpiryTime() == null) {
-				return;
+				continue;
 			}
 			//账号有效期小于5天的人,不发账号替换/改密码短信提醒
 			if (now.after(DateUtil.offsetDay(relation.getExpiryTime(), -5))) {
-				return;
+				continue;
 			}
 			//去掉GPT过滤平台
 			if (Constant.CHANGE_ACCOUNT_PWD_FILTER_GIDS.get(1) == account.getGoodsId()) {
-				return;
+				continue;
 			}
 			if (relation.getUserId() != 0 && relation.getYhsId() == 0 && isPrd) {
 				String msg = String.format(Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title, account.getAccount());