|
|
@@ -142,7 +142,7 @@ public class NoticeServiceImpl implements NoticeService{
|
|
|
noticers.forEach(noticer -> {
|
|
|
MessageInfoDTO msg = new MessageInfoDTO();
|
|
|
String endUrl = null;
|
|
|
- if (!StringUtils.isEmpty(noticer.getType()) || !StringUtils.isEmpty(noticer.getPersonId())) {
|
|
|
+ if (!StringUtils.isEmpty(noticer.getType()) && !StringUtils.isEmpty(noticer.getPersonId())) {
|
|
|
if ("1".equals(noticer.getType().split(",")[0])) {
|
|
|
endUrl = "/parent/" + id + "?stuId=" + noticer.getPersonId().split(",")[0];
|
|
|
} else {
|