|
@@ -184,12 +184,6 @@ public class MessageNoticeApiController {
|
|
|
MessageResult<Map> messageResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
|
- JobUser jobUser = jobUserService.get(subject);
|
|
|
-
|
|
|
- if (jobUser == null) {
|
|
|
- throw new Exception("未登录!");
|
|
|
- }
|
|
|
-
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
sortList.add(new Sort("a.create_time","asc"));
|
|
|
|
|
@@ -236,12 +230,6 @@ public class MessageNoticeApiController {
|
|
|
MessageResult<Map> messageResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
|
- JobUser jobUser = jobUserService.get(subject);
|
|
|
-
|
|
|
- if (jobUser == null) {
|
|
|
- throw new Exception("未登录!");
|
|
|
- }
|
|
|
-
|
|
|
MessageNotice mc = messageNoticeService.get(messageId);
|
|
|
if(mc == null){
|
|
|
throw new Exception("查询错误!");
|