|
|
@@ -227,7 +227,8 @@ public class TemplateCommonServiceImpl implements TemplateCommonService {
|
|
|
if (now.after(DateUtil.offsetDay(relation.getExpiryTime(), -5))) {
|
|
|
return;
|
|
|
}
|
|
|
- if (Constant.CHANGE_ACCOUNT_PWD_FILTER_GIDS.contains(account.getGoodsId())) {
|
|
|
+ //去掉GPT过滤平台
|
|
|
+ if (Constant.CHANGE_ACCOUNT_PWD_FILTER_GIDS.get(1) == account.getGoodsId()) {
|
|
|
return;
|
|
|
}
|
|
|
if (relation.getUserId() != 0 && isPrdEnv && relation.getYhsId() == 0) {
|