Commit 7e7b64c1 by feixiang

佣金操作增加 orderSn字段

parent 3b36adf0
...@@ -38,9 +38,10 @@ interface CommissionInterface ...@@ -38,9 +38,10 @@ interface CommissionInterface
* @param $storeId * @param $storeId
* @param $buyerId * @param $buyerId
* @param $money * @param $money
* @param string $orderSn
* @return bool * @return bool
*/ */
public function addBalanceCommissionCompare($storeId, $buyerId, $money); public function addBalanceCommissionCompare($storeId, $buyerId, $money, $orderSn='');
/** /**
* 增加累计现金额 * 增加累计现金额
...@@ -57,8 +58,9 @@ interface CommissionInterface ...@@ -57,8 +58,9 @@ interface CommissionInterface
* *
* @param int $storeId * @param int $storeId
* @param int $orderId * @param int $orderId
* @param string $orderSn
* @return mixed * @return mixed
*/ */
public function addExpectCommission(int $storeId, int $orderId); public function addExpectCommission(int $storeId, int $orderId, $orderSn = '');
} }
\ 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