getselfinfo

This commit is contained in:
苏尹岚
2020-10-19 09:08:31 +08:00
parent a3d169d2f0
commit dab6ba84d2
2 changed files with 5 additions and 1 deletions

View File

@@ -222,6 +222,7 @@ func AddUserBill(user *model.User) (err error) {
BillID: jxutils.GenBillID(),
UserID: user.UserID,
}
dao.WrapAddIDCULDEntity(userBill, jxcontext.AdminCtx.GetUserName())
return dao.CreateEntity(db, userBill)
}