报表导出格式

This commit is contained in:
2023-03-21 15:10:40 +08:00
parent dcc726ad77
commit 8d37c0ebf9
8 changed files with 92 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ public class ChangePackagingBoxHistoryServiceBizImpl extends CrudServiceImpl<Cha
if(params.get("startTime")==null && params.get("endTime")==null && params.get("type")==null){
wrapper.apply(true, "TO_DAYS(NOW())-TO_DAYS(create_time) = 0");
}
wrapper.orderByDesc(ChangePackagingBoxHistory.CREATE_TIME);
return wrapper;
}