处理刷新非正常人员问题

This commit is contained in:
钱涛 2024-06-11 15:48:07 +08:00
parent a1e7ec160c
commit f073f6d90c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class SalaryBillBO {
}
Util_Message.store(messageBean);
} catch (IOException e) {
e.printStackTrace();
log.error("消息发送失败",e);
}
}