aa
This commit is contained in:
@@ -1983,7 +1983,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
user.BindStoreID = store.ID
|
user.BindStoreID = store.ID
|
||||||
user.BindStoreUser = store.Tel1
|
user.BindStoreUser = store.Tel1
|
||||||
dao.UpdateEntity(db, user, "BindStoreID", "BindStoreUser")
|
dao.UpdateEntity(db, user, "BindStoreID", "BindStoreUser")
|
||||||
permission.UpdateUserRole(ctx, []string{user.UserID}, []int{24})
|
permission.UpdateUserRole(ctx, []string{user.UserID}, []int{31})
|
||||||
} else {
|
} else {
|
||||||
//注册
|
//注册
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user