Merge branch 'feature/purchase_record' into dev
This commit is contained in:
commit
c80242ecd0
@ -18,7 +18,7 @@ class OrderCreate
|
||||
{
|
||||
$groupOrder = $event['groupOrder'];
|
||||
$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;
|
||||
}
|
||||
/** @var StoreOrderInterestRepository $storeOrderInterestRepository */
|
||||
|
Loading…
x
Reference in New Issue
Block a user