提交 d0086ed9 authored 作者: aiqingguo's avatar aiqingguo

运单详情

上级 6bd11b2f
...@@ -12,10 +12,7 @@ import io.swagger.annotations.ApiOperation; ...@@ -12,10 +12,7 @@ import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/** /**
* @Author: aiqingguo * @Author: aiqingguo
...@@ -115,7 +112,7 @@ public class AppDriverOrderChildController { ...@@ -115,7 +112,7 @@ public class AppDriverOrderChildController {
} }
@ApiOperation(value = "查询运单详情", notes = "<br>By:艾庆国") @ApiOperation(value = "查询运单详情", notes = "<br>By:艾庆国")
@PostMapping("/getOrderChildInfo") @GetMapping("/getOrderChildInfo")
public Result<OrderChildVO> getOrderChildInfo(String childNo) { public Result<OrderChildVO> getOrderChildInfo(String childNo) {
return Result.ok(orderChildService.getOrderChildInfo(childNo)); return Result.ok(orderChildService.getOrderChildInfo(childNo));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论