TASK:mixi;

This commit is contained in:
shahaibo
2024-08-11 17:41:56 +08:00
parent e566c01cff
commit 309322b2e8

View File

@@ -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>)