Commit 353404ef authored by suhuiguang's avatar suhuiguang

1.修改注释

parent 697192ee
...@@ -239,7 +239,7 @@ public class RegUnitInfoServiceImpl extends BaseService<RegUnitInfoDto, RegUnitI ...@@ -239,7 +239,7 @@ public class RegUnitInfoServiceImpl extends BaseService<RegUnitInfoDto, RegUnitI
@Scheduled(cron = "${async.set.qr-code.cron:0 0/1 * * * ?}") @Scheduled(cron = "${async.set.qr-code.cron:0 0/1 * * * ?}")
public void asyncSetQrCode() { public void asyncSetQrCode() {
// 给所有新注册的企业创建二维码,每次处理100个,不排序 // 给所有新注册的企业创建二维码,每次处理1000个,不排序
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug("新注册企业二维码生成开始"); logger.debug("新注册企业二维码生成开始");
} }
......
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