This commit is contained in:
苏尹岚
2021-01-12 10:36:45 +08:00
parent 952f06f73d
commit a06620e34b
2 changed files with 4 additions and 0 deletions

View File

@@ -1198,6 +1198,7 @@ func RefreshJdDelivery(ctx *jxcontext.Context) (err error) {
)
if ctx.GetUserName() == "jxadmin" {
userID = ""
userIDs = nil
} else {
userID = ctx.GetUserID()
userIDs = append(userIDs, userID)