Commit 3000938c by 徐高华

Merge branch 'feature/社群' into 'developer'

Feature/社群

See merge request !632
parents 2d5aee53 c2f2913c
......@@ -108,7 +108,7 @@
#{clerkId} , modifier_name = #{clerkName} , update_time=now() WHERE plan_id = #{planId}
</update>
<update id="stopById" parameterType="long">
<update id="stopById">
UPDATE
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}
......@@ -179,7 +179,7 @@
</select>
<update id="updateData">
update tab_haoban_group_chat_plan set send_count = send_count+ #{sendCount} , success_chat_count=success_chat_count+#{success_chat_count} , fail_chat_count = fail_chat_count+#{failChatCount}
update tab_haoban_group_chat_plan set send_count = send_count+ #{sendCount} , success_chat_count=success_chat_count+#{successChatCount} , fail_chat_count = fail_chat_count+#{failChatCount} ,
update_time =now() where plan_id = #{planId}
</update>
</mapper>
\ No newline at end of file
......@@ -124,7 +124,7 @@
<!-- ==================更新 ========== -->
<update id="updateSendCount">
<![CDATA[
UPDATE tab_haoban_group_chat_plan_owner_log SET send_count = #{sendCount} , fail_count =#{failCount} , done_flag = 1
UPDATE tab_haoban_group_chat_plan_owner_log SET send_count = #{sendCount} , fail_count =#{failCount} , done_flag = 1 ,
send_status = 2 , send_time = #{sendTime} ,
update_time = now() where owner_log_id = #{id}
]]>
......
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