订单绑定相关
This commit is contained in:
@@ -227,7 +227,7 @@ public class PurchaseOrderController implements BusinessControllerMarker {
|
|||||||
return success( BeanUtils.toBean(pageResult, PurchaseOrderRespVO.class));
|
return success( BeanUtils.toBean(pageResult, PurchaseOrderRespVO.class));
|
||||||
}
|
}
|
||||||
//关联订单
|
//关联订单
|
||||||
@PostMapping("/bound-order")
|
@PostMapping("/bound-order-by-id")
|
||||||
@Operation(summary = "关联订单")
|
@Operation(summary = "关联订单")
|
||||||
@PreAuthorize("@ss.hasAnyPermissions('base:purchase-order:update','purchase:order:list:OrderList:edit')")
|
@PreAuthorize("@ss.hasAnyPermissions('base:purchase-order:update','purchase:order:list:OrderList:edit')")
|
||||||
public CommonResult<Boolean> boundOrder(@RequestBody @Validated BoundOrderReqVO req) {
|
public CommonResult<Boolean> boundOrder(@RequestBody @Validated BoundOrderReqVO req) {
|
||||||
|
|||||||
Reference in New Issue
Block a user