admin_salary类型 金额退回修复
This commit is contained in:
parent
b3280cf2a3
commit
d21f0805f2
@ -819,9 +819,7 @@ public class UserBankBalanceBackServiceImpl implements UserBankBalanceBackServic
|
||||
);
|
||||
|
||||
// 如果是驳回则将金额还给用户银行卡账户且插入返还日志
|
||||
if (Objects.isNull(apply.getAmountType())) {
|
||||
saveUserBankBalance(param, apply);
|
||||
}
|
||||
saveUserBankBalance(param, apply);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user