Commit d28dc491 authored by 赵啸非's avatar 赵啸非

添加服务追踪

parent d328ce03
...@@ -108,6 +108,8 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService { ...@@ -108,6 +108,8 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
String filePath = uploadService.saveFileUpload(file, "file/fileupload/photo", null); String filePath = uploadService.saveFileUpload(file, "file/fileupload/photo", null);
personEntity.setPhoto(filePath); personEntity.setPhoto(filePath);
personService.update(personEntity); personService.update(personEntity);
}else {
log.info("图片下载失败:{}", downUrl);
} }
} }
} }
......
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