Commit 1b3ee681 authored by 赵啸非's avatar 赵啸非

添加定时删除七天前的人流数据

parent ff325d22
......@@ -97,6 +97,7 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
PersonEntity personEntity = new PersonEntity();
personEntity.setId(personServiceExtCache.getCreateUserId());
personEntity.setSourcePhotoUri(user.getIdcardDataPhotoFileName());
personEntity.setIdCard(user.getIdcardIDCardNo());
//直接下载更新到本地
String downUrl = host + "/" + personEntity.getSourcePhotoUri();
// String downUrl = "http://192.168.0.98:11078/file/fileupload/1679215657433.jpg";
......
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