@@ -5783,6 +5783,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)