更新
This commit is contained in:
parent
60a23912b2
commit
ec7bd4f197
@ -216,7 +216,8 @@ class OpurchaseclassLogic extends BaseLogic
|
|||||||
'goods_id' => $goods['goods'],
|
'goods_id' => $goods['goods'],
|
||||||
'order_id' => $goods['pid'],
|
'order_id' => $goods['pid'],
|
||||||
'price' => 0,
|
'price' => 0,
|
||||||
'need_num' => $goods['nums']
|
'need_num' => $goods['nums'],
|
||||||
|
'create_time'=>time()
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
if (count($goods_offer) >= 1) {
|
if (count($goods_offer) >= 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user