From 263aec4872d14ad498f8a036bdf969987ae57188 Mon Sep 17 00:00:00 2001
From: L <L@132>
Date: 星期日, 07 十二月 2025 09:56:20 +0800
Subject: [PATCH] *

---
 src/main/resources/mapper/DataResourceMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/DataResourceMapper.xml b/src/main/resources/mapper/DataResourceMapper.xml
index c348641..21b98a8 100644
--- a/src/main/resources/mapper/DataResourceMapper.xml
+++ b/src/main/resources/mapper/DataResourceMapper.xml
@@ -15,17 +15,17 @@
 
     <select id="selectRootData" resultMap="BaseResultMap">
         select * from "SOURCE"."wcs_data_resource"
-        where "resource_id" is null
+        where "RESOURCE_ID" is null
     </select>
 
     <select id="selectByResourceId" resultMap="BaseResultMap">
         select * from "SOURCE"."wcs_data_resource"
-        where "resource_id" = #{resourceId}
+        where "RESOURCE_ID" = #{resourceId}
     </select>
 
     <select id="selectAll" resultMap="BaseResultMap">
         select * from "SOURCE"."wcs_data_resource"
-        order by "name"
+        order by "NAME"
     </select>
 
 </mapper>

--
Gitblit v1.9.1