From 538bdd36e4e0c43333e8090dab575cfa87af8f80 Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期二, 10 三月 2026 21:25:30 +0800
Subject: [PATCH] feat(hr): 添加员工导出和字典映射支持
---
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/utils/SortUtil.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/utils/SortUtil.java b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/utils/SortUtil.java
index f09357c..84f3640 100644
--- a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/utils/SortUtil.java
+++ b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/utils/SortUtil.java
@@ -26,10 +26,10 @@
page.setCurrent(request.getPageNum());
page.setSize(request.getPageSize());
String sortField = request.getField();
- if (camelToUnderscore) {
- sortField = FebsUtil.camelToUnderscore(sortField);
- defaultSort = FebsUtil.camelToUnderscore(defaultSort);
- }
+ // if (camelToUnderscore) {
+ // sortField = FebsUtil.camelToUnderscore(sortField);
+ // defaultSort = FebsUtil.camelToUnderscore(defaultSort);
+ // }
if (StringUtils.isNotBlank(request.getField())
&& StringUtils.isNotBlank(request.getOrder())
&& !StringUtils.equalsIgnoreCase(request.getField(), "null")
--
Gitblit v1.8.0