|
|
@@ -30,7 +30,6 @@ import com.goafanti.common.model.PatentNew;
|
|
|
import com.goafanti.common.model.PatentNewLog;
|
|
|
import com.goafanti.common.utils.LoggerUtils;
|
|
|
import com.goafanti.common.utils.SendEmailUtil;
|
|
|
-import com.goafanti.customer.bo.LockingReleaseBo;
|
|
|
import com.goafanti.patent.service.PatentNewService;
|
|
|
|
|
|
|
|
|
@@ -107,7 +106,6 @@ public class PatentTask {
|
|
|
n2.setId(UUID.randomUUID().toString());
|
|
|
n2.setCreateTime(new Date());
|
|
|
n2.setReaded(0);//未读
|
|
|
- n2.setAid("1");
|
|
|
n2.setNoticeType(NoticeStatus.TASK_PATENT_ERROR.getCode());
|
|
|
n2.setAid(a.getId());
|
|
|
nlist.add(n2);
|