瀏覽代碼

Merge branch 'small_289' into debug

xiziwen 5 月之前
父節點
當前提交
360ff47999
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      controllers/statistic_report.go

+ 3 - 3
controllers/statistic_report.go

@@ -5737,9 +5737,9 @@ func (this *StatisticReportController) InvoicePaymentList() {
 		pars = append(pars, kw)
 	}
 	if sellerIdstr != "" {
-		sellerIds := strings.Split(sellerIdstr, ",")
-		cond += ` AND (c.seller_id in ? OR d.seller_id in ?)`
-		pars = append(pars, sellerIds, sellerIds)
+		//sellerIds := strings.Split(sellerIdstr, ",")
+		cond += ` AND (c.seller_id in (` +sellerIdstr+ `) OR d.seller_id in  (` +sellerIdstr+ `))`
+		//pars = append(pars, sellerIds, sellerIds)
 	}
 	// 套餐筛选
 	if serviceType != "" {