@@ -42,6 +42,7 @@ public class NotifyController {
/**
* 通告列表数据
+ * 若对该方法进行调整则需要同步调整下边的 myNotifyData 方法
*/
@GetMapping("list")
public ResponseEntity data(NotifyDTO notifyDTO, boolean isSelf, Page <NotifyDTO> page) throws Exception {