Commit c04c97aa authored by fuyunnan's avatar fuyunnan

Merge branch 'purchase_rpc' into test

parents aecf9e9b 065f1683
......@@ -83,7 +83,7 @@ interface SubOrderServiceInterface
* ]
* @return bool
*/
public function purchaseCompleted($data): bool;
public function purchaseCompleted($data,$type): bool;
/**
* 1688采购异常订单 修改OA子订单状态
......@@ -105,6 +105,6 @@ interface SubOrderServiceInterface
* ]
* @return array
*/
public function purchaseEdit($editData):array ;
public function purchaseEdit($editData):bool ;
}
\ No newline at end of file
<?php
namespace Meibuyu\Micro\Service\Interfaces\Purchase;
interface PurchaseDoneServiceInterface
{
/**
*通过子订单编号修改采购状态
* @param array $orderIds 子订单编号 ['3333444','12222']
* @return mixed
*/
public function archivePurchase($orderIds);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment