fix: 修正产品佣金逻辑错误

This commit is contained in:
mkm 2024-07-29 16:37:05 +08:00
parent b48ed7d80e
commit a89a555f7c

View File

@ -27,7 +27,7 @@ class CommissionProductLogic extends BaseLogic
$this->b($find, $order, $product);
return true;
}
if ($product['rose'] > 8) {
if ($product['rose'] < 8) {
return false;
} else {
$this->a($find, $order, $village_uid, $brigade_uid, $user_ship, $product);