浏览代码

no message

xingzai 8 月之前
父节点
当前提交
377194fcdb
共有 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 != "" {