|
|
@@ -731,7 +731,6 @@ public class OtcTradeOrderController {
|
|
|
*/
|
|
|
@GetMapping("/orderVoyage")
|
|
|
@Operation(summary = "获取订单航次信息(免登录)", description = "根据订单ID查询航次信息,用于签到页面判断开航时间")
|
|
|
- @OperateLog(type = API)
|
|
|
@PermitAll
|
|
|
public CommonResult<PublicOrderVoyageRespVO> getOrderVoyage(@RequestParam("orderId") Long orderId) {
|
|
|
return otcTradeOrderService.getOrderVoyage(orderId);
|