@@ -775,6 +775,7 @@ func GetCensusSellerInvoicePageListV2(page base.IPage, adminStr, inCond, conditi
sqlCount := ` select count(1) as count from (SELECT *
FROM contract_invoice AS c
+ INNER JOIN contract_register AS b ON c.contract_register_id = b.contract_register_id
WHERE %s
AND c.seller_id IN (` + adminStr + `) GROUP BY c.seller_id ) as a
`