Browse Source

update

master
dengbiao 1 day ago
parent
commit
84972bd30c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/financial_center/hdl_withdraw.go

+ 1
- 1
app/hdl/financial_center/hdl_withdraw.go View File

@@ -515,7 +515,7 @@ func WithdrawApplyAudit(c *gin.Context) {
} }


dealUserWalletReq := md3.DealUserWalletReq{ dealUserWalletReq := md3.DealUserWalletReq{
Direction: "sub",
Direction: "add",
Kind: int(enum.UserWithdrawBad), Kind: int(enum.UserWithdrawBad),
Title: enum.UserWithdrawBad.String(), Title: enum.UserWithdrawBad.String(),
Uid: finWithdrawApply.Uid, Uid: finWithdrawApply.Uid,


Loading…
Cancel
Save