@@ -74,7 +74,7 @@ public class PersonNotificationListener {
PersonInfo personInfo = personInfoService.get(notification.getPersonId());
if (personInfo==null) {
- log.error("{}无人员信息!", notification.getPersonId());
+ log.warn("{}无人员信息!", notification.getPersonId());
return;
}