From 05149e21b3af6534c2d8c3a35c3ee3672ed09af2 Mon Sep 17 00:00:00 2001
From: L <L@132>
Date: 星期六, 24 一月 2026 11:13:01 +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