实体重复修改

This commit is contained in:
MHW
2026-04-13 16:31:56 +08:00
parent 0e6b6d9f45
commit 766425bae5
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<mapper namespace="com.solution.system.mapper.PlatformMapper">
<select id="getPlatformByTreeId" resultType="com.solution.system.domain.Platform"
<select id="getPlatformByTreeId" resultType="com.solution.system.domain.PlatformTree"
parameterType="java.lang.Long">
SELECT id , name , description, scenario_id
FROM platform