zhangchuanxing 1 долоо хоног өмнө
parent
commit
69279448c0

+ 1 - 1
models/tables/company_report_permission/company_report_permission.go

@@ -43,7 +43,7 @@ func GetPermissionListNameByCompanyIdAndProductId(companyId, productId int) (ite
 		WHERE
 			a.company_id = ? 
 			AND a.product_id = ? 
-			AND a.status in ("试用","正式","永续") `
+			AND a.status in ("试用","正式","永续","冻结") `
 	o := orm.NewOrm()
 	_, err = o.Raw(sql, companyId, productId).QueryRows(&items)
 	return