diff --git a/src/main/resources/mapper/RetailCompanyMapper.xml b/src/main/resources/mapper/RetailCompanyMapper.xml index f02db9a..785be27 100644 --- a/src/main/resources/mapper/RetailCompanyMapper.xml +++ b/src/main/resources/mapper/RetailCompanyMapper.xml @@ -76,9 +76,9 @@ and region.`level`=1 and company.`level`=2 and customer.`level`=3 - and region.type=1 - and company.type=1 - and customer.type=1 + and region.type=2 + and company.type=2 + and customer.type=2 and region.`status`=1 and company.`status`=1 and customer.`status`=1