zhangherong
2025-05-20 a1755b8a8626089c9d689110b4a4ce46cc64af50
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