|
|
@@ -254,6 +254,9 @@ public class CmsGroupServiceImpl extends ServiceImpl<GroupsMapper,GroupsTrips> i
|
|
|
if (now.after(DateUtil.offsetDay(relation.getExpiryTime(), -5))) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (Constant.CHANGE_ACCOUNT_PWD_FILTER_GIDS.contains(goodsId)) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (relation.getUserId() != 0 && isPrd) {
|
|
|
String msg = String.format(Constant.CHANGE_GROUPS_TRIPS_ACCOUNT, title);
|
|
|
smsService.sendSmsToRelationUser(relation.getUserId(), msg);
|