Commit 410f22ee authored by 王炜's avatar 王炜

调整邮件每次只发送30个,避免连接超时

parent 6c181754
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
sysdate - creation_date sysdate - creation_date
) )
< 3 < 3
and rownum<=30
]]></bm:query-sql> ]]></bm:query-sql>
</bm:operation> </bm:operation>
<bm:operation name="update"> <bm:operation name="update">
......
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