提交 2399d974 authored 作者: 133's avatar 133

[清退] 修改了接口返回

上级 ae7747c3
...@@ -108,8 +108,8 @@ public class RepelDevController { ...@@ -108,8 +108,8 @@ public class RepelDevController {
@ApiOperation(value = "省清退中办", notes = "省清退中办") @ApiOperation(value = "省清退中办", notes = "省清退中办")
@PostMapping(value ="/provinceSendOutSuperior/{userId}") @PostMapping(value ="/provinceSendOutSuperior/{userId}")
public ResponseEntity provinceSendOutSuperior(@PathVariable Integer userId, @RequestBody OrderOutData orderOutData){ public ResponseEntity provinceSendOutSuperior(@PathVariable Integer userId, @RequestBody OrderOutData orderOutData){
repelBusinessService.provinceSendOutSuperior(userId,orderOutData); // repelBusinessService.provinceSendOutSuperior(userId,orderOutData);
return ResponseEntity.ok("省清退中办发起成功,等待回执单"); return ResponseEntity.ok(repelBusinessService.provinceSendOutSuperior(userId,orderOutData));
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论