xiziwen 4 months ago
parent
commit
0b1dc39270
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/statistic_report.go

+ 1 - 0
controllers/statistic_report.go

@@ -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)