@@ -160,7 +160,7 @@ func GetClassifyReportList(user user.UserInfo, classifyIdSecond int, pageIndex,
return
}
// 已购或者试用用户可见
- if strings.Contains("永续,正式,试用", companyProduct.Status) {
+ if strings.Contains("永续,正式", companyProduct.Status) || (companyProduct.Status == "试用" && companyProduct.IsSuspend != 1) {
productAuthOk = true
classifyInfo, err := classify.GetByClassifyId(classifyIdSecond)