ede84453 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent f7e81cfd
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!