ziwen il y a 2 ans
Parent
commit
72cc912f27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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' `
 	}