Commit 9e395ad6 by zhangchunyu

恢复定时任务

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