策略曲线图修改

This commit is contained in:
2025-07-22 22:49:54 +08:00
parent e3e3dc1d96
commit 7ea52a8972
3 changed files with 9 additions and 1 deletions

View File

@ -123,4 +123,8 @@
where template_id = #{templateId}
and isPost = 1
</select>
<update id="updateTimeConfigWaitingPost" parameterType="String">
update ems_strategy_time_config set isPost = 1 where template_id = #{templateId}
</update>
</mapper>