Commit f18170ae by 阮思源

发广告线程休眠10s

parent bfa48577
......@@ -729,8 +729,8 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz {
WxGroupSDK.sendPicMessage(sendPicMessageVO);
}
try {
Thread.sleep(4000);
LOGGER.info("发送微信消息-线程休眠4秒");
Thread.sleep(10000);
LOGGER.info("发送微信消息-线程休眠10秒");
} catch (InterruptedException e) {
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