| | |
| | | totalString.add("数据日期"); |
| | | List<String> carCodeList = new ArrayList<>(); |
| | | if (com.github.xiaoymin.knife4j.core.util.CollectionUtils.isEmpty(queryCarList)) { |
| | | List<Cars> list = carsMapper.selectJoinList(Cars.class, |
| | | new MPJLambdaWrapper<Cars>().selectAll(Cars.class) |
| | | .leftJoin(Category.class,Category::getId,Cars::getCateId) |
| | | .eq(Category::getBizType,Constants.FOUR) |
| | | List<Cars> list = carsMapper.selectList( |
| | | new QueryWrapper<Cars>().lambda() |
| | | .eq(Cars::getIsdeleted,Constants.ZERO) |
| | | ); |
| | | if(CollectionUtils.isEmpty(list)){ |