【DAOP-1.0】企业认证
【功能点】联调问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -78,7 +78,7 @@ public class DemandController { | ... | @@ -78,7 +78,7 @@ public class DemandController { |
78 | @GetMapping("/detail-by-process") | 78 | @GetMapping("/detail-by-process") |
79 | @SystemLog(value = "按加工单查数据需求详情") | 79 | @SystemLog(value = "按加工单查数据需求详情") |
80 | @Operation(summary = "按加工单查数据需求详情",parameters = { | 80 | @Operation(summary = "按加工单查数据需求详情",parameters = { |
81 | @Parameter(name = "guid", description = "加工单单号", required = true)}) | 81 | @Parameter(name = "processOrderNo", description = "加工单单号", required = true)}) |
82 | public CommonRes<DemandRSVO> getDemandDetailByProcess(@RequestParam String processOrderNo) { | 82 | public CommonRes<DemandRSVO> getDemandDetailByProcess(@RequestParam String processOrderNo) { |
83 | DemandRSVO vo = demandService.getDemandDetailByProcess(processOrderNo); | 83 | DemandRSVO vo = demandService.getDemandDetailByProcess(processOrderNo); |
84 | return CommonRes.success(vo); | 84 | return CommonRes.success(vo); | ... | ... |
-
Please register or sign in to post a comment