【验收】2 运行策略配置同步

This commit is contained in:
2025-11-17 02:45:35 +08:00
parent 3ee99fa8d4
commit aab2b1d94e
15 changed files with 839 additions and 46 deletions

View File

@ -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>