mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Order.php
This commit is contained in:
parent
f66c408c3c
commit
1c233f6f2d
@ -59,7 +59,6 @@ class Order extends Auth
|
||||
[$items, $order, $truckType, $allowPayments] = [[], [], -1, null];
|
||||
$order['uid'] = $this->uuid;
|
||||
$order['order_no'] = CodeExtend::uniqidDate(18, 'N');
|
||||
$order['payment_allow'] = null;
|
||||
// 推荐人处理
|
||||
$order['puid1'] = input('from', $this->user['pid1']);
|
||||
if ($order['puid1'] == $this->uuid) $order['puid1'] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user