zwxi 1 year ago
parent
commit
3d5e2db58d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/english_report/english_company.go

+ 2 - 1
controllers/english_report/english_company.go

@@ -87,7 +87,8 @@ func (this *EnglishCompanyController) List() {
 	}
 
 	if sellers != "" {
-		cond += fmt.Sprintf(` AND c.seller_id IN (%s) `, utils.GetOrmInReplace(len(sellers)))
+		sellerIds := strings.Split(sellers, ",")
+		cond += fmt.Sprintf(` AND c.seller_id IN (%s) `, utils.GetOrmInReplace(len(sellerIds)))
 		pars = append(pars, sellers)
 	}
 	// 品种权限