提交 09eb157b authored 作者: liruixin's avatar liruixin

解决冲突

上级 265c4d43
package com.clx.performance.controller.pc.breakcontract.owner;
import com.clx.performance.param.pc.breakcontract.BreakContractRuleUpdateStatusParam;
import com.clx.performance.service.breakcontract.BreakContractOwnerRuleService;
import com.msl.common.result.Result;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
......@@ -22,15 +16,6 @@ import org.springframework.web.bind.annotation.RestController;
@AllArgsConstructor
public class OwnerBreakContractSettlementOwnerController {
private final BreakContractOwnerRuleService breakContractOwnerRuleService;
@ApiOperation(value = "取消运单", notes = "<br>By:艾庆国")
@PostMapping("/updateStatus")
public Result<Void> updateStatus(@RequestBody @Validated BreakContractRuleUpdateStatusParam param) {
breakContractOwnerRuleService.updateStatus(param);
return Result.ok();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论