|
@@ -115,7 +115,7 @@ public class AfDianRechargeServiceImpl implements AfDianRechargeService {
|
|
|
//记录代充账号
|
|
//记录代充账号
|
|
|
.set(GroupsRelation::getAccount, rechargeAccount)
|
|
.set(GroupsRelation::getAccount, rechargeAccount)
|
|
|
//记录操作人员
|
|
//记录操作人员
|
|
|
- .set(operator != null, GroupsRelation::getOperator, operator)
|
|
|
|
|
|
|
+ .set(GroupsRelation::getOperator, operator)
|
|
|
//密码
|
|
//密码
|
|
|
.set(StrUtil.isNotBlank(password), GroupsRelation::getPassword, password)
|
|
.set(StrUtil.isNotBlank(password), GroupsRelation::getPassword, password)
|
|
|
.set(GroupsRelation::getRechargeStatus, GroupsRelation.RechargeStatus.recharging)
|
|
.set(GroupsRelation::getRechargeStatus, GroupsRelation.RechargeStatus.recharging)
|