From ea12b685190254228d88a0de261b1e399fcbf15b Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 25 十二月 2025 15:11:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shzhjxydwcs_cs20251105' into shzhjxydwcs_cs20251105

---
 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