Commit 0f99aba0 by 裴大威

Merge branch 'zcy/fixbug' into 'master'

恢复定时任务

See merge request rays/pcloud-book!76
parents b2666db4 9e395ad6
......@@ -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