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