|
|
@@ -91,7 +91,7 @@ public class PatentTask {
|
|
|
if (count>=0&&count<=90) {
|
|
|
Admin a=adminService.selectByPrimaryKey(p.getAid());
|
|
|
//设置如果找不到用户则提醒管理员
|
|
|
- String str2="名称="+p.getName()+",email="+p.getEmail();;
|
|
|
+ String str2="专利编号="+p.getPatentNo()+"名称="+p.getName()+",email="+p.getEmail();;
|
|
|
n.setContent(str2);
|
|
|
if(a==null) {
|
|
|
n.setContent(str2+",aid="+p.getAid());
|
|
|
@@ -105,6 +105,7 @@ public class PatentTask {
|
|
|
n2.setId(UUID.randomUUID().toString());
|
|
|
n2.setCreateTime(new Date());
|
|
|
n2.setReaded(0);//未读
|
|
|
+ n2.setContent(str2);
|
|
|
n2.setNoticeType(NoticeStatus.TASK_PATENT_ERROR.getCode());
|
|
|
n2.setAid(a.getId());
|
|
|
nlist.add(n2);
|