user5 пре 2 година
родитељ
комит
319e24f667

+ 1 - 0
jeeplus-plugins/jeeplus-notify/src/main/java/com/jeeplus/notify/controller/NotifyController.java

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