| | |
| | | /** |
| | | * 企业信息表Service实现 |
| | | * @author 江蹄蹄 |
| | | * @date 2023/11/23 18:16 |
| | | * @date 2023/11/30 15:33 |
| | | */ |
| | | @Service |
| | | public class CompanyServiceImpl implements CompanyService { |
| | |
| | | if (pageWrap.getModel().getDdStatus() != null) { |
| | | queryWrapper.lambda().eq(Company::getDdStatus, pageWrap.getModel().getDdStatus()); |
| | | } |
| | | if (pageWrap.getModel().getFsId() != null) { |
| | | queryWrapper.lambda().eq(Company::getFsId, pageWrap.getModel().getFsId()); |
| | | } |
| | | if (pageWrap.getModel().getFsStatus() != null) { |
| | | queryWrapper.lambda().eq(Company::getFsStatus, pageWrap.getModel().getFsStatus()); |
| | | } |