@@ -5779,6 +5779,7 @@ func (this *StatisticReportController) InvoicePaymentList() {
return
}
sellerIdsList := conf.ConfigValue
+ sellerIdsList += "," + strconv.Itoa(sysUser.AdminId)
cond += ` AND (c.seller_id IN (` + sellerIdsList + `) OR d.seller_id IN (` + sellerIdsList + `))`
pars = append(pars)