@@ -32,7 +32,7 @@ public class CommonServiceImpl implements CommonService {
if (count > 0){
result.setProduct(true);
}
- count = commonMapper.getCountProduct(companyId);
+ count = commonMapper.getCountCustomer(companyId);
result.setCustomer(true);