ziwen 2 년 전
부모
커밋
72cc912f27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' `
 	}