lyh
2025-04-08 bf30552ba8237818b2d71b8dadfd0f1538457131
lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/controller/DispatchFileController.java
@@ -183,10 +183,16 @@
      return Result.OK(dispatchFile);
   }
    @GetMapping(value = "/selectVoById")
    public Result<?> selectVoById(@RequestParam(name="id") String id){
       return dispatchFileService.queryDispatchFile(id);
    }
   /**
    * 查询审签基本信息
    * @param id
    * @return
    */
   @ApiOperation(value = "查询审签基本信息", notes = "查询审签基本信息")
   @GetMapping(value = "/selectVoById")
   public Result<?> selectVoById(@RequestParam(name="id") String id){
      return dispatchFileService.queryDispatchFile(id);
   }
    /**
    * 导出excel