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

添加服务追踪

parent c7f87338
...@@ -110,7 +110,7 @@ public class SyncAppointmentPersonTaskImpl implements ITaskExcuteService { ...@@ -110,7 +110,7 @@ public class SyncAppointmentPersonTaskImpl implements ITaskExcuteService {
appointmentPersonService.remove(ids, null); appointmentPersonService.remove(ids, null);
} }
List<AppointmentPersonEntity> newUserList = appointUserList.stream().map(user -> { List<AppointmentPersonEntity> newUserList = appointUserList.stream().map(user -> {
if (!ObjectUtils.isEmpty(user.getIdcardIDCardNo())) { if (ObjectUtils.isEmpty(user.getIdcardIDCardNo())) {
log.info("idCard is null . entity:{}", JSON.toJSONString(user)); log.info("idCard is null . entity:{}", JSON.toJSONString(user));
return null; return null;
} }
......
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