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