|
@@ -181,6 +181,7 @@ public class GroupRelationController {
|
|
|
LambdaUpdateWrapper<GroupsRelation> updateWrapper = Wrappers.lambdaUpdate(GroupsRelation.class)
|
|
LambdaUpdateWrapper<GroupsRelation> updateWrapper = Wrappers.lambdaUpdate(GroupsRelation.class)
|
|
|
.set(GroupsRelation::getAccount, relation.getAccount())
|
|
.set(GroupsRelation::getAccount, relation.getAccount())
|
|
|
.set(GroupsRelation::getPassword, relation.getPassword())
|
|
.set(GroupsRelation::getPassword, relation.getPassword())
|
|
|
|
|
+ .set(GroupsRelation::getContact, relation.getContact())
|
|
|
.eq(GroupsRelation::getId, relation.getId());
|
|
.eq(GroupsRelation::getId, relation.getId());
|
|
|
if (re.getRechargeStatus() != null) {
|
|
if (re.getRechargeStatus() != null) {
|
|
|
if (re.getRechargeStatus() == GroupsRelation.RechargeStatus.complete) {
|
|
if (re.getRechargeStatus() == GroupsRelation.RechargeStatus.complete) {
|