根据平台id获取该行为树的下属:BUG修复

This commit is contained in:
MHW
2026-04-15 17:17:23 +08:00
parent f51619526a
commit 559a550157

View File

@@ -8,6 +8,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getUnderlingBytreeId" resultType="java.lang.String" parameterType="java.lang.String">
SELECT subordinate_platform
FROM platform_communication
WHERE subordinate_platform = #{name}
WHERE command_platform = #{name}
</select>
</mapper>