Commit 042da79f authored by 赵啸非's avatar 赵啸非

添加服务追踪

parent 5e4bcac3
...@@ -125,7 +125,7 @@ public class RealTimePeopleStatTaskImpl implements ITaskExcuteService { ...@@ -125,7 +125,7 @@ public class RealTimePeopleStatTaskImpl implements ITaskExcuteService {
if (!ObjectUtils.isEmpty(bytes)) { if (!ObjectUtils.isEmpty(bytes)) {
InputStream inputStream = new ByteArrayInputStream(bytes); InputStream inputStream = new ByteArrayInputStream(bytes);
MultipartFile file = ServletUtils.getMultipartFile(inputStream, "snap.jpg"); MultipartFile file = ServletUtils.getMultipartFile(inputStream, "snap.jpg");
String filePath = uploadService.saveFileUpload(file, "file/fileupload", null); String filePath = uploadService.saveFileUpload(file, "file/fileupload/snap", null);
item.setPicture(filePath); item.setPicture(filePath);
item.setUpdateTime(new Date()); item.setUpdateTime(new Date());
item.setUpdateUserId(1L); item.setUpdateUserId(1L);
......
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