提交 5ac139c3 authored 作者: huyufan's avatar huyufan

查询当前订单号是否已经生成货主结算单明细

上级 5101136e
...@@ -3,6 +3,7 @@ package com.clx.performance.feign; ...@@ -3,6 +3,7 @@ package com.clx.performance.feign;
import com.msl.common.result.Result; import com.msl.common.result.Result;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient; import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RequestParam;
...@@ -10,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestParam; ...@@ -10,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestParam;
public interface SettlementFeign { public interface SettlementFeign {
@ApiOperation(value = "查询当前订单号是否已经生成货主结算单明细") @ApiOperation(value = "查询当前订单号是否已经生成货主结算单明细")
@PostMapping("clx-performance/feign/settlement/thawAndLockSettlement") @GetMapping("clx-performance/feign/settlement/thawAndLockSettlement")
Result<Boolean> thawAndLockSettlement(@RequestParam String orderNo); Result<Boolean> thawAndLockSettlement(@RequestParam String orderNo);
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论