Commit c2f2913c by 徐高华

终止计划

parent 8ebcf1ec
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
#{clerkId} , modifier_name = #{clerkName} , update_time=now() WHERE plan_id = #{planId} #{clerkId} , modifier_name = #{clerkName} , update_time=now() WHERE plan_id = #{planId}
</update> </update>
<update id="stopById" parameterType="long"> <update id="stopById">
UPDATE UPDATE
tab_haoban_group_chat_plan SET status_flag = 0 , modifier_id = tab_haoban_group_chat_plan SET status_flag = 0 , modifier_id =
#{clerkId} , modifier_name = #{clerkName} , send_time = now() , update_time=now() WHERE plan_id = #{planId} #{clerkId} , modifier_name = #{clerkName} , send_time = now() , update_time=now() WHERE plan_id = #{planId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment