Commit 9e395ad6 by zhangchunyu

恢复定时任务

parent b2666db4
......@@ -128,10 +128,10 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
@Override
public void setUpdateQrUrlByQuartz() {
// ThreadPoolUtils.OTHER_THREAD_POOL.execute(() -> {
// setUpdateQrUrl();
// setUpdateQr4Error(null);
// });
ThreadPoolUtils.OTHER_THREAD_POOL.execute(() -> {
setUpdateQrUrl();
//setUpdateQr4Error(null);
});
}
@Override
......
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