Browse Source

update

master
dengbiao 19 hours 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{
Direction: "sub",
Direction: "add",
Kind: int(enum.UserWithdrawBad),
Title: enum.UserWithdrawBad.String(),
Uid: finWithdrawApply.Uid,


Loading…
Cancel
Save