diff --git a/backend/src/main/java/com/yfd/platform/qgc_sys/threedRoam/service/impl/MsThreedRoamMServiceImpl.java b/backend/src/main/java/com/yfd/platform/qgc_sys/threedRoam/service/impl/MsThreedRoamMServiceImpl.java index ccd38999..ce7790eb 100644 --- a/backend/src/main/java/com/yfd/platform/qgc_sys/threedRoam/service/impl/MsThreedRoamMServiceImpl.java +++ b/backend/src/main/java/com/yfd/platform/qgc_sys/threedRoam/service/impl/MsThreedRoamMServiceImpl.java @@ -85,7 +85,7 @@ public class MsThreedRoamMServiceImpl extends ServiceImpl sorts) { if (CollUtil.isEmpty(sorts)) { - return " ORDER BY r.tm DESC NULLS LAST, r.stcd ASC, r.name ASC"; + return " ORDER BY a.CODE ASC"; } List orderByParts = new ArrayList<>(); for (DataSourceRequest.SortDescriptor sort : sorts) { @@ -100,7 +100,7 @@ public class MsThreedRoamMServiceImpl extends ServiceImpl "a.RVCD"; case "remark" -> "a.REMARK"; case "modifyTime" -> "a.MODIFY_TIME"; + case "recordTime" -> "a.RECORD_TIME"; default -> null; }; }