Commit d6997b32 by 王召彬

移除updateMainOrderByPid

parent 8d5444fa
......@@ -141,17 +141,6 @@ interface OrderInterface
public function updateInfoByPids(int $storeId,array $pIds,array $updateInfo);
/**
* 根据主订单ID更新订单信息
*
* @param integer $storeId
* @param integer $pId
* @param array $mainData
* @param array $subData
* @return bool
*/
public function updateMainOrderByPid(int $storeId,int $pId,array $mainData,array $subData=[]);
/**
* 订单支付回调
*
* @param integer $storeId
......
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