Commit 3ce5a327 authored by 钱坤's avatar 钱坤

小程序球码生成失败,增加error日志

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