@@ -412,7 +412,8 @@ 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)) {
+ //去掉GPT过滤平台
+ if (Constant.CHANGE_ACCOUNT_PWD_FILTER_GIDS.get(1) == goodsId) {
if (relation.getUserId() != 0 && isPrd && relation.getYhsId() == 0) {