edit-api-liche-order
This commit is contained in:
@@ -168,8 +168,8 @@ class Order extends Wxapp{
|
||||
'type_cn' => $type_arr[$v['type']],
|
||||
'status' => $v['status'],
|
||||
'type' => $v['type'],
|
||||
'pay_time' => $v['pay_time'],
|
||||
];
|
||||
$v['pay_time'] != '0000-00-00 00:00:00' && $setValue['pay_time'] = $v['pay_time'];
|
||||
//尾款子订单
|
||||
if($v['type']==3){
|
||||
$last_orders = [];
|
||||
|
||||
Reference in New Issue
Block a user