26-03-14-20:46 通过平台id获取平台下所有组件
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
WHERE pc.type = "comm"
|
||||
AND p.scenario_id = #{scenarioId}
|
||||
</select>
|
||||
<select id="getComponents" resultType="com.solution.rule.domain.PlatformComponent"
|
||||
parameterType="java.lang.Integer">
|
||||
SELECT id,name,type,description,platform_id
|
||||
FROM platform_component
|
||||
WHERE platform_id = #{platformId}
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user