zwxi 11 months ago
parent
commit
eaa7339384
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/company_share.go

+ 1 - 1
controllers/company_share.go

@@ -250,7 +250,7 @@ func (this *CompanyController) CompanyShareList() {
 		if productId == 1 {
 			condition += ` AND b.is_share=0 and (b.status="正式" AND b.product_id = 1) `
 		} else if productId == 2 {
-			condition += ` AND b.is_share=0 and (b.status IN ("正式","试用") AND b.product_id = 2) `
+			condition += ` AND b.is_share=0 and (b.status IN ("正式","试用","永续") AND b.product_id = 2) `
 		} else {
 			condition += ` AND b.is_share=0 and ((b.status="正式" AND b.product_id = 1) OR (b.status IN ("正式","试用") AND b.product_id = 2))`
 		}