zwxi 1 년 전
부모
커밋
49bc87d4cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -1805,7 +1805,7 @@ func (rg *RegisterController) Export(c *gin.Context) {
 	}
 
 	// 获取小套餐品种
-	cpCond := `product_id = ? AND permission_name <> ?`
+	cpCond := `product_id = ? AND permission_name <> ? AND enabled = 1 `
 	cpPars := make([]interface{}, 0)
 	cpPars = append(cpPars, crm.CompanyProductFicc, crm.ChartPermissionStrategyName)
 	cp := new(crm.ChartPermission)