This commit is contained in:
邹宗楠
2025-08-08 17:38:59 +08:00
parent 7c07f02fec
commit ca8e695ed2
2 changed files with 3 additions and 2 deletions

View File

@@ -916,6 +916,7 @@ func EwalletWithdrawD1(ctx *jxcontext.Context, orgNo, merchantNo, payType, drawA
DrawState: "DRAW.ACCEPTED",
DrawMode: "",
Memo: "",
CompleteTime: time.Now(),
}
dao.WrapAddIDCULEntity(withdrawal, ctx.GetUserName())
if err = dao.CreateEntity(dao.GetDB(), withdrawal); err != nil {