From e19d03ebbaddd56d091937b87440367db4887860 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 19 Jul 2021 15:44:29 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 6cf782065..557b4da1e 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1983,7 +1983,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { user.BindStoreID = store.ID user.BindStoreUser = store.Tel1 dao.UpdateEntity(db, user, "BindStoreID", "BindStoreUser") - permission.UpdateUserRole(ctx, []string{user.UserID}, []int{24}) + permission.UpdateUserRole(ctx, []string{user.UserID}, []int{31}) } else { //注册 }