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