ede84453 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent f7e81cfd
......@@ -78,7 +78,7 @@ public class DemandController {
@GetMapping("/detail-by-process")
@SystemLog(value = "按加工单查数据需求详情")
@Operation(summary = "按加工单查数据需求详情",parameters = {
@Parameter(name = "guid", description = "加工单单号", required = true)})
@Parameter(name = "processOrderNo", description = "加工单单号", required = true)})
public CommonRes<DemandRSVO> getDemandDetailByProcess(@RequestParam String processOrderNo) {
DemandRSVO vo = demandService.getDemandDetailByProcess(processOrderNo);
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!