策略曲线图修改
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user