Commit 5819f763 authored by 赵啸非's avatar 赵啸非

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

parent a58329c7
......@@ -81,7 +81,7 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
if (rest.getCode() == YesNoEnum.YES.getValue()) {
List<DataItem> userList = rest.getData().getData();
log.info("注册用户有照片数量:{} \n {}", userList.size(),JSON.toJSONString(userList));
log.info("注册用户有照片数量:{} {}", userList.size(),JSON.toJSONString(userList));
for (DataItem user : userList) {
//判断是否本地已存在 不存在
if (ObjectUtils.isEmpty(user.getIdcardIDCardNo())) {
......
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