Commit e5010fe8 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 6c8e2fcc
...@@ -40,7 +40,7 @@ class ZhenkhService ...@@ -40,7 +40,7 @@ class ZhenkhService
//查询订单的详情 //查询订单的详情
$soItems = $this->rhawnSoitemsrepository->getSorderItemsDetailFromOrderId($sOrder->so_id); $soItems = $this->rhawnSoitemsrepository->getSorderItemsDetailFromOrderId($sOrder->so_id);
$soItems = $soItems->toArray(); //$soItems = $soItems->toArray();
$returnItem = []; $returnItem = [];
if($soItems){ if($soItems){
foreach($soItems as $item){ foreach($soItems as $item){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment