提交 187f4de5 authored 作者: xc's avatar xc

xc

上级 cafd9ec2
......@@ -88,14 +88,14 @@ public class NoticeServiceImpl implements NoticeService {
addressee1.setUnit(userDo1.getUnit());
addresseeList2.add(addressee1);
String data2 = "[" +userDo1.getUnit() + "_" + userDo1.getName()
+ "]收到了来自[" + userDo.getUnit() + "_" + userDo.getName()
+ "]的《" + notice.getTitle() + "》";
// String data2 = "[" +userDo1.getUnit() + "_" + userDo1.getName()
// + "]收到了来自[" + userDo.getUnit() + "_" + userDo.getName()
// + "]的《" + notice.getTitle() + "》";
dataList = dataList + "[" + userDo1.getUnit() + "_" + userDo1.getName()
+ "] ";
efsLogUtil.addLog(new EfsLog(null, userDo1.getId(), data2, new Date()));
// efsLogUtil.addLog(new EfsLog(null, userDo1.getId(), data2, new Date()));
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论