实体重复修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user