| | |
| | | if(model == null ||Constants.equalsInteger(model.getIsdeleted(),Constants.ONE)){ |
| | | throw new BusinessException(ResponseStatus.DATA_EMPTY); |
| | | } |
| | | MPJLambdaWrapper<CompanySolution> csWrapper = new MPJLambdaWrapper<>(); |
| | | /*MPJLambdaWrapper<CompanySolution> csWrapper = new MPJLambdaWrapper<>(); |
| | | csWrapper.selectAll(CompanySolution.class); |
| | | csWrapper.selectAs(Solutions::getName,CompanySolution::getSolutionName); |
| | | csWrapper.leftJoin(Solutions.class,Solutions::getId,CompanySolution::getSolutionBaseId); |
| | |
| | | csWrapper.eq(CompanySolution::getIsdeleted,Constants.ZERO); |
| | | csWrapper.orderByAsc(CompanySolution::getSortnum); |
| | | model.setSolutionList(companySolutionJoinMapper.selectJoinList(CompanySolution.class,csWrapper)); |
| | | |
| | | */ |
| | | initImgData(model); |
| | | return model; |
| | | } |