From 035ae809708062a5a40e7be0a4c46d638f0795da Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 3 Sep 2024 11:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E9=A1=BA=E5=BA=8Ftodo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/service/impl/ExportCommonServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/com/engine/organization/service/impl/ExportCommonServiceImpl.java b/src/com/engine/organization/service/impl/ExportCommonServiceImpl.java index 95da9924..97aec5a2 100644 --- a/src/com/engine/organization/service/impl/ExportCommonServiceImpl.java +++ b/src/com/engine/organization/service/impl/ExportCommonServiceImpl.java @@ -203,6 +203,9 @@ public class ExportCommonServiceImpl extends Service implements ExportCommonServ } } } + + //todo 修复导出excel与列定制顺序 + // 增加id字段,跳转人员卡片 WeaTableColumn weaTableColumn = new WeaTableColumn(); weaTableColumn.setColumn("id");