|
|
@@ -219,6 +219,11 @@ public class CmsGroupRelationController {
|
|
|
if (StrUtil.isNotEmpty(password)) {
|
|
|
relation.setPassword(password);
|
|
|
}
|
|
|
+ //卡密
|
|
|
+ String cardKey = rechargeView.getCardKey();
|
|
|
+ if (StrUtil.isNotBlank(cardKey)) {
|
|
|
+ relation.setPassword(cardKey);
|
|
|
+ }
|
|
|
String contact = rechargeView.getContact();
|
|
|
if (StrUtil.isNotBlank(contact)) {
|
|
|
relation.setContact(contact);
|