【验收】2 运行策略配置同步
This commit is contained in:
@ -89,4 +89,9 @@
|
||||
and strategy_type = #{type}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getStrategyByName" parameterType="String" resultMap="EmsStrategyResult">
|
||||
<include refid="selectEmsStrategyVo"/>
|
||||
where strategy_name = #{strategyName}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user