feat: 修改CommissionProductLogic类以支持更多用户船舶类型
This commit is contained in:
parent
c4e69f99f7
commit
665f56cee9
@ -23,7 +23,7 @@ class CommissionProductLogic extends BaseLogic
|
|||||||
{
|
{
|
||||||
$product = StoreProduct::where('id', $find['product_id'])->find();
|
$product = StoreProduct::where('id', $find['product_id'])->find();
|
||||||
if ($product && $product['rose'] > 0) {
|
if ($product && $product['rose'] > 0) {
|
||||||
if (in_array($user_ship, [4, 6, 7])) {
|
if (in_array($user_ship, [4, 5,6, 7])) {
|
||||||
$this->b($find, $order, $product);
|
$this->b($find, $order, $product);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user