报表导出格式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user