Browse Source

Merge branch 'fms_2.5'

ziwen 2 years ago
parent
commit
4068bd715d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -1354,7 +1354,7 @@ func (rg *RegisterController) Export(c *gin.Context) {
 		}
 	}
 	if req.ListParam == 1 {
-		cond += ` AND product_ids = '2' `
+		cond += ` AND product_ids = '1' `
 	} else if req.ListParam == 2 {
 		cond += ` AND product_ids = '2' `
 	}