Merge branch 'main' of https://gitea.lihaink.cn/mkm/multi-store
This commit is contained in:
commit
e80caaed6b
@ -160,7 +160,7 @@ class OrderLogic extends BaseLogic
|
|||||||
//成本价 收益
|
//成本价 收益
|
||||||
$order = [
|
$order = [
|
||||||
'create_time' => time(),
|
'create_time' => time(),
|
||||||
'order_id' => $params['order_id']?:getNewOrderId('PF'),
|
'order_id' => $params['order_id'] ?? getNewOrderId('PF'),
|
||||||
'total_price' => self::$total_price, //总价
|
'total_price' => self::$total_price, //总价
|
||||||
'cost' => self::$cost, //成本价1-
|
'cost' => self::$cost, //成本价1-
|
||||||
'profit' => self::$profit, //利润
|
'profit' => self::$profit, //利润
|
||||||
|
Loading…
x
Reference in New Issue
Block a user