From 33fbbf7192e848500a012e0429699229dc52b501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 2 Dec 2019 19:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E4=BA=AC=E4=B8=9C=E7=94=A8?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/user2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/user2.go b/business/jxstore/cms/user2.go index 457774151..3b0387b70 100644 --- a/business/jxstore/cms/user2.go +++ b/business/jxstore/cms/user2.go @@ -813,6 +813,7 @@ func GetJdUsers(ctx *jxcontext.Context, isAsync, isContinueWhenError bool) (hint disabledIdList []interface{} ) db := dao.GetDB() + jdUsersStruct.userMap = jdUsersStruct.userMap[0:0] //获取京东商城所有用户 _, _, toatlPage, _ := api.JdAPI.PrivilegeSearchUser(1) for i := 1; i <= toatlPage; i++ {