提交 84076ccf authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 71e061b6
......@@ -90,7 +90,7 @@ public class PdfLibraryController {
}
@ApiOperation(value = "查询", notes = "根据ID查询")
@GetMapping(value = ResourceRequestPath.GET_OID)
public CallBack<PdfLibraryOneVO> getById(@PathVariable Integer oid) {
public CallBack<PdfLibraryOneVO> getById(@PathVariable String oid) {
PdfLibrary entity = service.selectByPrimaryKey(oid);
PdfLibraryOneVO vo = new PdfLibraryOneVO();
BeanUtils.copyProperties(entity,vo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论