This commit is contained in:
苏尹岚
2021-03-10 17:49:08 +08:00
parent acacc3b2de
commit 2364d4eae2
2 changed files with 25 additions and 11 deletions

View File

@@ -512,7 +512,7 @@ func GetStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorID int, f
}
}
// retVal = []*GetStoreManageStateResult{result}
// getStoreManageStateResult = append(getStoreManageStateResult, result)
getStoreManageStateResult = append(getStoreManageStateResult, result)
// return retVal, err
// }, storeIDsPage)
// tasksch.HandleTask(task, nil, true).Run()