| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.github.yulichang.wrapper.MPJLambdaWrapper; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.CollectionUtils; |
| | |
| | | .selectAs(PlatformJob::getCarCodeBack,PlatformLog::getCarCodeBack) |
| | | .selectAs(PlatformJob::getBillCode,PlatformLog::getBillCode) |
| | | .selectAs(PlatformJob::getContractNum,PlatformLog::getContractNum) |
| | | .selectAs(PlatformJob::getTotalNum,PlatformLog::getTotalNum) |
| | | .leftJoin(PlatformJob.class,PlatformJob::getId,PlatformLog::getJobId) |
| | | .leftJoin(Platform.class,Platform::getId,PlatformLog::getRemark) |
| | | .leftJoin(PlatformGroup.class,PlatformGroup::getId,Platform::getGroupId) |