转售订单不写入计息信息
This commit is contained in:
parent
979d3dc25a
commit
c941791123
@ -18,7 +18,7 @@ class OrderCreate
|
|||||||
{
|
{
|
||||||
$groupOrder = $event['groupOrder'];
|
$groupOrder = $event['groupOrder'];
|
||||||
$order = $groupOrder->orderList[0];
|
$order = $groupOrder->orderList[0];
|
||||||
if ($order['pay_type'] != StoreGroupOrder::PAY_TYPE_CREDIT_BUY && $order['activity_type'] != 98) {
|
if ($order['pay_type'] != StoreGroupOrder::PAY_TYPE_CREDIT_BUY || $order['activity_type'] != 98) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
/** @var StoreOrderInterestRepository $storeOrderInterestRepository */
|
/** @var StoreOrderInterestRepository $storeOrderInterestRepository */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user