|
|
@@ -63,7 +63,7 @@ public class CmsAccountServiceImpl extends ServiceImpl<AccountMapper, Account> i
|
|
|
.field(GroupsRelationView::getAccountId, account.getId()).op(Operator.Equal)
|
|
|
.field(GroupsRelationView::getStatus, "validity").op(Operator.Equal)
|
|
|
.build());
|
|
|
- String url = String.format("%sauth/weChat?url=%syinhe/web/mine", envCommonService.getHost(), envCommonService.getDomain());
|
|
|
+ String url = String.format("%sauth/weChat?url=%syinhe/web/ticket", envCommonService.getHost(), envCommonService.getDomain());
|
|
|
log.info("开始发送账号修改密码模板消息,大小:{}", relations.size());
|
|
|
for (GroupsRelationView relation : relations) {
|
|
|
TemplateEnum templateEnum = TemplateEnum.PLAT_ACCOUNT_UPDATE_PRD_TEMPLATE;
|