提交 3637d556 authored 作者: xc's avatar xc

xc

上级 cf680dcb
......@@ -58,8 +58,9 @@ public class Notice {
/**
* 留言
*/
@Lob
@ApiModelProperty(value = "message", example = "尽快完成", dataType = "String", name = "留言")
@Column(name = "message")
@Column(name = "message",columnDefinition="TEXT")
private String message;
/**
......
......@@ -112,7 +112,8 @@ public class NoticeServiceImpl implements NoticeService {
// + "]收到了来自[" + userDo.getUnit() + "][" + userDo.getDepartment() + "]的[" + userDo.getName()
// + "]关于[" + notice.getTitle() + "]的通知";
String data2 = "您收到了[" + userDo.getUnit() + "][" + userDo.getName() + "]的《" + notice.getTitle() + "》";
String data2 = "您收到了[" + userDo.getUnit() + "][" + userDo.getName() + "]的《" + notice.getTitle() + "》," +
"请注意查看。";
Attention attention = new Attention();
attention.setStatus(0);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论