逻辑修改

This commit is contained in:
MHW
2026-04-13 17:13:34 +08:00
parent 5f1ba38c6b
commit aefc2c688e
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<select id="getPlatformByTreeId" resultType="com.solution.system.domain.PlatformTree"
parameterType="java.lang.Long">
parameterType="java.lang.Integer">
SELECT id , name , description, scenario_id
FROM platform
WHERE id = #{id}