作者 郭盛
1 个管道 的构建 通过 耗费 1 秒

修改全部订单

... ... @@ -88,9 +88,6 @@ class OrderDetail extends Backend
}
$v['pic_id'] = trim(implode(',',$type_ids),',');
}
//苹果登录后的订单
$two = Db::name('iphone')
->where('status',2)
... ...