Forráskód Böngészése

Merge branch 'crm/crm_15.9' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 9 hónapja
szülő
commit
45d57d47ca
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      controllers/cygx/rai_serve.go

+ 4 - 4
controllers/cygx/rai_serve.go

@@ -353,13 +353,13 @@ func (this *RaiServeCoAntroller) List() {
 	}
 
 	if sellerId != "" {
-		condition += " AND seller_id IN (?) "
-		pars = append(pars, sellerId)
+		condition += " AND seller_id IN (" + shareSellerId + ") "
+		//pars = append(pars, sellerId)
 	}
 
 	if shareSellerId != "" {
-		condition += " AND share_seller_id IN (?) "
-		pars = append(pars, shareSellerId)
+		condition += " AND share_seller_id IN (" + shareSellerId + ") "
+		//pars = append(pars, shareSellerId)
 	}
 
 	if sortType != "" {