modules/mainPart/src/main/java/com/zt/life/modules/project/controller/SoftwareTestOrderController.java
@@ -82,7 +82,7 @@ @GetMapping("getDto") @ApiOperation("信息") public Result<SoftwareTestOrderDto> getDto(Long orderId, Long projectId) { public Result<SoftwareTestOrderDto> getDto(Long projectId,Long orderId) { SoftwareTestOrderDto data = softwareTestOrderService.getDto(orderId, projectId); return Result.ok(data); }