This commit is contained in:
suyl
2021-07-19 10:24:16 +08:00
parent cd1c03c834
commit 7d8b48bb36

View File

@@ -1979,6 +1979,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
dao.WrapAddIDCULDEntity(auth, "")
dao.CreateEntity(db, auth)
}
user.BindStoreID = store.ID
user.BindStoreUser = store.Tel1
dao.UpdateEntity(db, user, "BindStoreID", "BindStoreUser")
} else {
//注册
}