|
|
@@ -265,7 +265,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
ticket.setPassword(null);
|
|
|
}
|
|
|
//gpt 2月的独立账号可看到邮箱密码
|
|
|
- if (ticket.getGoodsId() == 18l && ticket.getNum() == 1 && ticket.getAccount() != null && ticket.getCreatedTime().compareTo(DateUtil.parse("2025-02-01")) > 0) {
|
|
|
+ if (ticket.getGoodsId() == 18l && ticket.getSkuNum() == 1 && ticket.getAccount() != null && ticket.getCreatedTime().compareTo(DateUtil.parse("2025-02-01")) > 0) {
|
|
|
|
|
|
} else {
|
|
|
if (!showEmailPwdGids.contains(ticket.getGoodsId())) {
|