소스 검색

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

xingzai 9 달 전
부모
커밋
45d57d47ca
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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 != "" {