yangys
2025-09-09 3d558e1bb5091b76a6525f6fab015574e1755200
blade-service/blade-mdm/src/main/java/org/springblade/mdm/commons/controller/RemindController.java
@@ -54,8 +54,8 @@
    */
   @GetMapping("task-count")
   @ApiOperationSupport(order = 3)
   @Operation(summary = "待办任务", description = "传入流程信息")
   public R<RemindVO> todoList() {
   @Operation(summary = "待办任务数量查询", description = "待办任务数量查询")
   public R<RemindVO> taskCount() {
      RemindVO result = new RemindVO();
      result.setTodoCount(queryTodoCount());