|
|
@@ -955,7 +955,7 @@ class StoreOrder extends BaseModel
|
|
|
$product = StoreProduct::where('id', $product_info['product_id'])->find(); //商品返现比例
|
|
|
if (!empty($product)){
|
|
|
$product = $product->toArray();
|
|
|
- $product_radio = intdiv($product['rebate_ratio']);
|
|
|
+ $product_radio = $product['rebate_ratio'];
|
|
|
}
|
|
|
@file_put_contents('quanju4.txt', json_encode($product) . "-商品详情\r\n", 8);
|
|
|
@file_put_contents('quanju4.txt', $product_radio . "-会员等级激励奖报错内容4\r\n", 8);
|