|
|
@@ -32,7 +32,7 @@ public class OperationController { |
|
|
|
return operationManage.detail(projectId); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/push-operation") |
|
|
|
@PostMapping("/push-operation") |
|
|
|
@ApiOperation("推送实施信息") |
|
|
|
@WebLog("推送实施信息") |
|
|
|
public String pushOperation(@RequestBody OperationDTO operation) { |
|
|
|