TASK:mixi;
This commit is contained in:
@@ -79,6 +79,7 @@ public class MiTuExportServiceImpl implements MiTuExportService {
|
||||
if (!StringUtils.isEmpty(query.getEndTime())) {
|
||||
qw.lambda().le(MiTuExport::getCreateTime, query.getEndTime());
|
||||
}
|
||||
qw.lambda().orderByDesc(MiTuExport::getCreateTime);
|
||||
IPage<MiTuExport> page = miTuExportMapper.selectPage(
|
||||
new Page<>(query.getPage(), query.getSize()), qw);
|
||||
// IPage<LabelVO> convert = page.convert((Function<TLabel, LabelVO>)
|
||||
|
||||
Reference in New Issue
Block a user