|
|
@@ -174,6 +174,10 @@ public class CmsGroupRelationController {
|
|
|
if (StrUtil.isNotEmpty(password)) {
|
|
|
relation.setPassword(password);
|
|
|
}
|
|
|
+ String contact = rechargeView.getContact();
|
|
|
+ if (StrUtil.isNotBlank(contact)) {
|
|
|
+ relation.setContact(contact);
|
|
|
+ }
|
|
|
OrderDon orderDon = null;
|
|
|
if (rechargeStatus == GroupsRelation.RechargeStatus.complete) {
|
|
|
relation.setSendTime(DateTime.now());
|