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