From 7d8b48bb362a4a5fdca945009977cfb8ce21b8e3 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 19 Jul 2021 10:24:16 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 0e15036b7..2001470a2 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -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 { //注册 }