Browse Source

no message

xingzai 8 months ago
parent
commit
ceb45f86d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/cygx/rai_serve.go

+ 1 - 1
controllers/cygx/rai_serve.go

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