Pārlūkot izejas kodu

Merge branch 'master' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 7 mēneši atpakaļ
vecāks
revīzija
903808f13b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      controllers/cygx/rai_serve.go

+ 1 - 1
controllers/cygx/rai_serve.go

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