| | |
| | | if(Constants.equalsInteger(company.getType(),Constants.ONE)){ |
| | | // return new ArrayList<>(); |
| | | }else { |
| | | company.setType(Constants.ZERO); |
| | | if(Constants.equalsInteger(user.getType(),Constants.TWO)){ |
| | | //如果是商户 |
| | | wrapper.lambda().exists("select c.id from company_solution c where c.isdeleted=0 and c.shop_id=company.id");//设置无效访问 |
| | | wrapper.lambda().exists("select c.id from company_solution c where c.isdeleted=0 and c.company_id=company.id and c.shop_id="+user.getCompanyId());//设置无效访问 |
| | | }else{ |
| | | //如果查询企业数据 |
| | | if(company.getQueryFlag() == 0){ |