瀏覽代碼

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 != "" {