Commit 818c4aed by 宋祥

Merge branch 'mymaster' into 'master'

发广告线程休眠10s

See merge request rays/pcloud-book!58
parents bfa48577 f18170ae
...@@ -729,8 +729,8 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz { ...@@ -729,8 +729,8 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz {
WxGroupSDK.sendPicMessage(sendPicMessageVO); WxGroupSDK.sendPicMessage(sendPicMessageVO);
} }
try { try {
Thread.sleep(4000); Thread.sleep(10000);
LOGGER.info("发送微信消息-线程休眠4秒"); LOGGER.info("发送微信消息-线程休眠10秒");
} catch (InterruptedException e) { } catch (InterruptedException e) {
LOGGER.error("线程休眠失败" + e.getMessage()); LOGGER.error("线程休眠失败" + e.getMessage());
} }
......
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