yangys
2025-09-13 a0f3e98fdd9472af3c78b42423a7e3fa6fb92eba
blade-service/blade-mdm/src/main/java/org/springblade/mdm/commons/controller/RemindController.java
@@ -44,7 +44,7 @@
public class RemindController {
   @Autowired
   NcProgramApprovedService ncProgramApprovedService;
   private NcProgramApprovedService ncProgramApprovedService;
   @Autowired
   private FlowBusinessService businessService;
   @Autowired
@@ -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());