Commit 89438057 authored by 钱坤's avatar 钱坤

Merge remote-tracking branch 'origin/fix-0823-day-subject-url' into dev

parents 8653f87b 3ce5a327
......@@ -86,7 +86,7 @@ public class OrgSyncService {
} catch (Exception e) {
log.error("======用户:{} 生成小程序球形码失败: {}======", userId, e.getMessage());
}
log.info("======用户:{} 生成小程序球形码成功 耗时: {}======", userId, System.currentTimeMillis() - startTime);
log.info("======用户:{} 生成小程序球形码结束 耗时: {}======", userId, System.currentTimeMillis() - startTime);
return url;
}
......
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