根据平台id获取该行为树的下属:BUG修复
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user