|
@@ -239,7 +239,9 @@ function setword($type,$id){
|
|
|
->with(['merchant','items','ppoffer','ppoffer.user'])
|
|
|
->lock(true)
|
|
|
->findOrEmpty($id);
|
|
|
- dump($info->toArray());die;
|
|
|
+ dump($info->toArray());
|
|
|
+ echo count($info['items']);die;
|
|
|
+ die;
|
|
|
$array = [
|
|
|
'order_no'=>$info['order_no'],
|
|
|
'date'=>date('Y-m-d',strtotime($info['post_time'])),
|