提交 bbd55789 编写于 作者: 1 18356073052

重构群发消息任务

上级 26ac383d
......@@ -12,4 +12,14 @@
message_id=#{messageId}
</where>
</update>
<update id="updateWeCustomerMessageActualSend">
UPDATE we_customer_message
<set>
actual_send=#{actualSend}
</set>
<where>
message_id=#{messageId}
</where>
</update>
</mapper>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册