fix: 修正产品佣金逻辑错误
This commit is contained in:
parent
b48ed7d80e
commit
a89a555f7c
@ -27,7 +27,7 @@ class CommissionProductLogic extends BaseLogic
|
|||||||
$this->b($find, $order, $product);
|
$this->b($find, $order, $product);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if ($product['rose'] > 8) {
|
if ($product['rose'] < 8) {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
$this->a($find, $order, $village_uid, $brigade_uid, $user_ship, $product);
|
$this->a($find, $order, $village_uid, $brigade_uid, $user_ship, $product);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user