Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为何使用实体导出不能在业务层指定列顺序? #2108

Open
libra1010 opened this issue Sep 28, 2021 · 3 comments
Open

为何使用实体导出不能在业务层指定列顺序? #2108

libra1010 opened this issue Sep 28, 2021 · 3 comments
Labels
pending verification This problem needs to be confirmed planning It may be developed later suggest Suggest

Comments

@libra1010
Copy link

翻遍了所有文档, 都没有在使用实体时,通过业务层来改变导出列的顺序。
有a,b,c3列,业务不同使用
业务A需要 顺寻为,a,b,c
业务B需要 为 b,a,c
这个时候完全没有办法实现,只有转换成list<list>
但是这样又很繁琐,也很费性能,因为导出数据量都还是挺大的。
既然都提供了includeColumns 为啥不能按照这个的顺序进行导入喃?
翻看了以往的issue,发现,希望有此功能的人还是挺多的

@libra1010 libra1010 added the suggest Suggest label Sep 28, 2021
@libra1010
Copy link
Author

而且如果实体有继承的情况下, index的标注,会 一会儿在父类是0,1,2 子类是 3,4,5 父类又是 7,8,9
这样比较混乱,代码阅读不太方便

@zhuangjiaju zhuangjiaju added the pending verification This problem needs to be confirmed label Oct 9, 2021
@zhuangjiaju zhuangjiaju added the planning It may be developed later label Oct 21, 2021
@MonkAscetic
Copy link

真的是感觉这个需求的还是挺多的

@dangnian
Copy link

dangnian commented Aug 8, 2022

希望能够排期支持呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending verification This problem needs to be confirmed planning It may be developed later suggest Suggest
Projects
None yet
Development

No branches or pull requests

4 participants