Ver código fonte

Merge branch 'small_282' into debug

xiziwen 6 meses atrás
pai
commit
622ea0f18f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/statistic_report.go

+ 1 - 0
controllers/statistic_report.go

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